From 1d8428f3fcd902e262fbef883e403faf1d1429b8 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 11 Feb 1992 15:52:03 +0000 Subject: Minor reorg. --- Doc/myformat.sty | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Doc/myformat.sty b/Doc/myformat.sty index c4db0d1..ee80649 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}} -- cgit v0.12