From: Guido van Rossum Date: Tue, 11 Feb 1992 15:53:13 +0000 (+0000) Subject: Set parskip to 0 in the table of content. X-Git-Tag: v0.9.8~513 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdc9355367e65de1674c5a17e88c768bb1b279c9;p=thirdparty%2FPython%2Fcpython.git Set parskip to 0 in the table of content. --- diff --git a/Doc/tut.tex b/Doc/tut.tex index 178bd5cf89a3..cc4c5e17b2d7 100644 --- a/Doc/tut.tex +++ b/Doc/tut.tex @@ -1,6 +1,6 @@ % Format this file with latex. -\documentstyle[myformat]{report} +\documentstyle[times,myformat]{report} \title{\bf Python Tutorial @@ -50,8 +50,10 @@ a more formal definition of the language. \end{abstract} \pagebreak - +{ +\parskip = 0mm \tableofcontents +} \pagebreak diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 178bd5cf89a3..cc4c5e17b2d7 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -1,6 +1,6 @@ % Format this file with latex. -\documentstyle[myformat]{report} +\documentstyle[times,myformat]{report} \title{\bf Python Tutorial @@ -50,8 +50,10 @@ a more formal definition of the language. \end{abstract} \pagebreak - +{ +\parskip = 0mm \tableofcontents +} \pagebreak