From: Guido van Rossum Date: Tue, 11 Feb 1992 15:52:03 +0000 (+0000) Subject: Minor reorg. X-Git-Tag: v0.9.8~515 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d8428f3fcd902e262fbef883e403faf1d1429b8;p=thirdparty%2FPython%2Fcpython.git Minor reorg. --- diff --git a/Doc/myformat.sty b/Doc/myformat.sty index c4db0d19c691..ee80649e6013 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -1,21 +1,23 @@ -% Style parameters and macros used by all documents here +% Style parameters and macros used by some documents here +% Style parameters \raggedbottom \sloppy +\parindent = 0mm +\parskip = 2mm -% A4 page lay-out parameters +% Page style parameters for A4 (European standard paper size) %\textwidth = 160mm %\textheight = 240mm %\topmargin = -11mm -% Americal page lay-out parameters +% Page style parameters for U.S. standard paper size \textwidth = 160mm \textheight = 220mm \topmargin = -11mm -\oddsidemargin = 0mm -\evensidemargin = 0mm -%\parindent = 0mm +\oddsidemargin = 1.5mm +\evensidemargin = 1.5mm % Frequently used system name \newcommand{\UNIX}{U{\sc nix}}