diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-17 20:07:21 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-17 20:07:21 (GMT) |
commit | a2890b0986f76bd585a22456b8685e485a44c29f (patch) | |
tree | db6624f8f68dbef7bd2e8d400eddd27a31ffc1a4 /Doc | |
parent | 7984256f4d609b1fec25e4764e8944abf73897e9 (diff) | |
download | cpython-a2890b0986f76bd585a22456b8685e485a44c29f.zip cpython-a2890b0986f76bd585a22456b8685e485a44c29f.tar.gz cpython-a2890b0986f76bd585a22456b8685e485a44c29f.tar.bz2 |
Make the intro section explicit, so that latex2html puts it on a separate
page from the table of contents.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/libmac.tex | 3 | ||||
-rw-r--r-- | Doc/mac/libmac.tex | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Doc/libmac.tex b/Doc/libmac.tex index 965412f..284c09c 100644 --- a/Doc/libmac.tex +++ b/Doc/libmac.tex @@ -1,3 +1,6 @@ +\section{Introduction} +\label{intro} + The modules in this manual are available on the Apple Macintosh only. Aside from the modules described here there are also interfaces to diff --git a/Doc/mac/libmac.tex b/Doc/mac/libmac.tex index 965412f..284c09c 100644 --- a/Doc/mac/libmac.tex +++ b/Doc/mac/libmac.tex @@ -1,3 +1,6 @@ +\section{Introduction} +\label{intro} + The modules in this manual are available on the Apple Macintosh only. Aside from the modules described here there are also interfaces to |