summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-11-12 15:44:51 (GMT)
committerGuido van Rossum <guido@python.org>1991-11-12 15:44:51 (GMT)
commit92fba0293f133059a941590768fadae6aeb92908 (patch)
tree8e46107dbec89af264091b12437d87bd87c192da /Doc
parent98d5433852656b7e6b0e5769860d3ae3a2d739a3 (diff)
downloadcpython-92fba0293f133059a941590768fadae6aeb92908.zip
cpython-92fba0293f133059a941590768fadae6aeb92908.tar.gz
cpython-92fba0293f133059a941590768fadae6aeb92908.tar.bz2
?
Diffstat (limited to 'Doc')
-rw-r--r--Doc/myformat.sty5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty
index 9d4d102..7bb1ef9 100644
--- a/Doc/myformat.sty
+++ b/Doc/myformat.sty
@@ -1,5 +1,8 @@
% Style parameters and macros used by all documents here
+\raggedbottom
+\sloppy
+
% A4 page lay-out parameters
\textwidth = 160mm
\textheight = 240mm
@@ -25,8 +28,8 @@
\setlength{\codewidth}{\linewidth}
\addtolength{\codewidth}{-\parindent}
%
- \vspace{3mm}
\par
+ \vspace{3mm}
\indent
\begin{minipage}[t]{\codewidth}
}