summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-02-11 15:53:13 (GMT)
committerGuido van Rossum <guido@python.org>1992-02-11 15:53:13 (GMT)
commitcdc9355367e65de1674c5a17e88c768bb1b279c9 (patch)
tree30fe73e658df93f75d53be2c6de200f730f5601a
parent2bbb3c0ed330010a6369332b4e94277dbb55a958 (diff)
downloadcpython-cdc9355367e65de1674c5a17e88c768bb1b279c9.zip
cpython-cdc9355367e65de1674c5a17e88c768bb1b279c9.tar.gz
cpython-cdc9355367e65de1674c5a17e88c768bb1b279c9.tar.bz2
Set parskip to 0 in the table of content.
-rw-r--r--Doc/tut.tex6
-rw-r--r--Doc/tut/tut.tex6
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