diff options
author | Guido van Rossum <guido@python.org> | 1991-11-12 15:44:51 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-11-12 15:44:51 (GMT) |
commit | 92fba0293f133059a941590768fadae6aeb92908 (patch) | |
tree | 8e46107dbec89af264091b12437d87bd87c192da /Doc | |
parent | 98d5433852656b7e6b0e5769860d3ae3a2d739a3 (diff) | |
download | cpython-92fba0293f133059a941590768fadae6aeb92908.zip cpython-92fba0293f133059a941590768fadae6aeb92908.tar.gz cpython-92fba0293f133059a941590768fadae6aeb92908.tar.bz2 |
?
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/myformat.sty | 5 |
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} } |