diff options
author | Guido van Rossum <guido@python.org> | 1992-03-31 18:53:47 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-03-31 18:53:47 (GMT) |
commit | 643d9326e4dbd22ba4916e25edd4c7b6da2f8e1f (patch) | |
tree | 3a4103d55228aa929c340f35a77e3e4a84461f0b /Doc/myformat.sty | |
parent | 2c81957ba1ee4b76a4af7cbc7ff26d3a5ede9cc0 (diff) | |
download | cpython-643d9326e4dbd22ba4916e25edd4c7b6da2f8e1f.zip cpython-643d9326e4dbd22ba4916e25edd4c7b6da2f8e1f.tar.gz cpython-643d9326e4dbd22ba4916e25edd4c7b6da2f8e1f.tar.bz2 |
Don't define the page lay-out here -- rely on A4wide, doubleside options.
Diffstat (limited to 'Doc/myformat.sty')
-rw-r--r-- | Doc/myformat.sty | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 728ccb4..79938d1 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -1,17 +1,8 @@ -% Style parameters and macros used by some documents here +% Style parameters and macros used by most documents here -% Page format parameters for A4 (European standard paper size) -%\textwidth = 160mm -%\textheight = 240mm -%\topmargin = -11mm - -% Page format parameters for U.S. standard paper size -\textwidth = 160mm -\textheight = 220mm -\topmargin = -11mm - -\oddsidemargin = 1.5mm -\evensidemargin = 1.5mm +% This has to be tuned each time the repair person takes the printer apart: +\addtolength{\oddsidemargin}{-2.5mm} +\addtolength{\evensidemargin}{-2.5mm} % Style parameters \raggedbottom |