diff options
author | Guido van Rossum <guido@python.org> | 1997-06-02 17:35:01 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-06-02 17:35:01 (GMT) |
commit | daff175611537403ed860e47177a691cd43169de (patch) | |
tree | fb17409c6bad50cdcb23d3979a670ff455a3f393 /Doc | |
parent | b40f2a7446047df0b97735ab3d7415b014fc51c8 (diff) | |
download | cpython-daff175611537403ed860e47177a691cd43169de.zip cpython-daff175611537403ed860e47177a691cd43169de.tar.gz cpython-daff175611537403ed860e47177a691cd43169de.tar.bz2 |
Increase printable page size.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/myformat.sty | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 3b415d0..6785850 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -2,6 +2,19 @@ % myformat.sty for the Python doc [updated to work with Latex2e] % +% Increase printable page size (copied from fullpage.sty) +\topmargin 0pt +\advance \topmargin by -\headheight +\advance \topmargin by -\headsep + +\textheight 8.9in + +\oddsidemargin 0pt +\evensidemargin \oddsidemargin +\marginparwidth 0.5in + +\textwidth 6.5in + % Style parameters and macros used by most documents here \raggedbottom \sloppy |