From daff175611537403ed860e47177a691cd43169de Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 2 Jun 1997 17:35:01 +0000 Subject: Increase printable page size. --- Doc/myformat.sty | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- cgit v0.12