From cdc9355367e65de1674c5a17e88c768bb1b279c9 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 11 Feb 1992 15:53:13 +0000 Subject: Set parskip to 0 in the table of content. --- Doc/tut.tex | 6 ++++-- Doc/tut/tut.tex | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Doc/tut.tex b/Doc/tut.tex index 178bd5c..cc4c5e1 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 178bd5c..cc4c5e1 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 -- cgit v0.12