diff options
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 13 |
1 files changed, 7 insertions, 6 deletions
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 |