diff options
author | Guido van Rossum <guido@python.org> | 1992-01-29 14:46:35 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-01-29 14:46:35 (GMT) |
commit | 9b57385c9a352e0f8b56384cd71d2e59076441a2 (patch) | |
tree | 18dac06a9bf75626c6860cf0388a3eeab8cf718e /Doc | |
parent | 255ad6e659394ea038587c98bfba5a9b9b56c19c (diff) | |
download | cpython-9b57385c9a352e0f8b56384cd71d2e59076441a2.zip cpython-9b57385c9a352e0f8b56384cd71d2e59076441a2.tar.gz cpython-9b57385c9a352e0f8b56384cd71d2e59076441a2.tar.bz2 |
Excitem now has only one argument.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib.tex | 13 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 13 |
2 files changed, 14 insertions, 12 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index eaedd4e..0928f3e 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -1,6 +1,4 @@ -% Format this file with latex. - -\documentstyle[myformat]{report} % To preview with xdvi +\documentstyle[myformat]{report} % Underscores are not magic throughout this document \catcode`_=12 @@ -72,10 +70,10 @@ \ } -% Define \excitem{name}{string}: define an exception item -\newcommand{\excitem}[2]{ +% Define \excitem{name}: define an exception item +\newcommand{\excitem}[1]{ \ttindex{#1} -\item[{\tt #1 = '#2'}] +\item[{\tt #1}] \itembreak } @@ -113,7 +111,10 @@ language. \pagebreak +{ +\parskip = 0mm \tableofcontents +} \pagebreak diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index eaedd4e..0928f3e 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -1,6 +1,4 @@ -% Format this file with latex. - -\documentstyle[myformat]{report} % To preview with xdvi +\documentstyle[myformat]{report} % Underscores are not magic throughout this document \catcode`_=12 @@ -72,10 +70,10 @@ \ } -% Define \excitem{name}{string}: define an exception item -\newcommand{\excitem}[2]{ +% Define \excitem{name}: define an exception item +\newcommand{\excitem}[1]{ \ttindex{#1} -\item[{\tt #1 = '#2'}] +\item[{\tt #1}] \itembreak } @@ -113,7 +111,10 @@ language. \pagebreak +{ +\parskip = 0mm \tableofcontents +} \pagebreak |