summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-07 20:06:07 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-07 20:06:07 (GMT)
commit31edf4defb6b6c6261fd10b09846d16785b2b1da (patch)
treeaa70244f9d7706323b1d477cdd9cee23998f4074 /Doc
parent5cd0cefbd23c0fa8a951cbf7508fb8822cbeb076 (diff)
downloadcpython-31edf4defb6b6c6261fd10b09846d16785b2b1da.zip
cpython-31edf4defb6b6c6261fd10b09846d16785b2b1da.tar.gz
cpython-31edf4defb6b6c6261fd10b09846d16785b2b1da.tar.bz2
Wrap some long lines.
Note that \file and \filenq do not work inside section titles.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/doc/doc.tex33
1 files changed, 23 insertions, 10 deletions
diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex
index 7b7f157..334dfdb 100644
--- a/Doc/doc/doc.tex
+++ b/Doc/doc/doc.tex
@@ -97,15 +97,24 @@ distribution, to create or maintain whole documents or sections.
three-character names:
\begin{tableii}{p{.75in}|p{3in}}{filenq}{Directory}{Document Title}
- \lineii{api/}{\citetitle[../api/api.html]{The Python/C API}}
- \lineii{dist/}{\citetitle[../dist/dist.html]{Distributing Python Modules}}
- \lineii{doc/}{\citetitle[../doc/doc.html]{Documenting Python}}
- \lineii{ext/}{\citetitle[../ext/ext.html]{Extending and Embedding the Python Interpreter}}
- \lineii{inst/}{\citetitle[../inst/inst.html]{Installing Python Modules}}
- \lineii{lib/}{\citetitle[../lib/lib.html]{Python Library Reference}}
- \lineii{mac/}{\citetitle[../mac/mac.html]{Macintosh Module Reference}}
- \lineii{ref/}{\citetitle[../ref/ref.html]{Python Reference Manual}}
- \lineii{tut/}{\citetitle[../tut/tut.html]{Python Tutorial}}
+ \lineii{api/}
+ {\citetitle[../api/api.html]{The Python/C API}}
+ \lineii{dist/}
+ {\citetitle[../dist/dist.html]{Distributing Python Modules}}
+ \lineii{doc/}
+ {\citetitle[../doc/doc.html]{Documenting Python}}
+ \lineii{ext/}
+ {\citetitle[../ext/ext.html]{Extending and Embedding the Python Interpreter}}
+ \lineii{inst/}
+ {\citetitle[../inst/inst.html]{Installing Python Modules}}
+ \lineii{lib/}
+ {\citetitle[../lib/lib.html]{Python Library Reference}}
+ \lineii{mac/}
+ {\citetitle[../mac/mac.html]{Macintosh Module Reference}}
+ \lineii{ref/}
+ {\citetitle[../ref/ref.html]{Python Reference Manual}}
+ \lineii{tut/}
+ {\citetitle[../tut/tut.html]{Python Tutorial}}
\end{tableii}
\term{Format-Specific Output}
@@ -421,7 +430,7 @@ distribution, to create or maintain whole documents or sections.
\begin{macrodesc}{e}{}
Produces a backslash. This is convenient in \macro{code} and
- similar macros, and is only defined there. The create a
+ similar macros, and is only defined there. To create a
backslash in ordinary text (such as the contents of the
\macro{file} macro), use the standard \macro{textbackslash} macro.
\end{macrodesc}
@@ -448,12 +457,16 @@ distribution, to create or maintain whole documents or sections.
The name of a file or directory. In the PDF and PostScript
outputs, single quotes and a font change are used to indicate
the file name, but no quotes are used in the HTML output.
+ \strong{Warning:} The \macro{file} macro cannot be used in the
+ content of a section title due to processing limitations.
\end{macrodesc}
\begin{macrodesc}{filenq}{\p{file or dir}}
Like \macro{file}, but single quotes are never used. This can
be used in conjunction with tables if a column will only contain
file or directory names.
+ \strong{Warning:} The \macro{filenq} macro cannot be used in the
+ content of a section title due to processing limitations.
\end{macrodesc}
\begin{macrodesc}{function}{\p{name}}