From: Guido van Rossum Date: Wed, 29 Jan 1992 14:46:35 +0000 (+0000) Subject: Excitem now has only one argument. X-Git-Tag: v0.9.8~528 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b57385c9a352e0f8b56384cd71d2e59076441a2;p=thirdparty%2FPython%2Fcpython.git Excitem now has only one argument. --- diff --git a/Doc/lib.tex b/Doc/lib.tex index eaedd4e67e7c..0928f3e547c4 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 eaedd4e67e7c..0928f3e547c4 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