summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-06-02 17:35:01 (GMT)
committerGuido van Rossum <guido@python.org>1997-06-02 17:35:01 (GMT)
commitdaff175611537403ed860e47177a691cd43169de (patch)
treefb17409c6bad50cdcb23d3979a670ff455a3f393 /Doc
parentb40f2a7446047df0b97735ab3d7415b014fc51c8 (diff)
downloadcpython-daff175611537403ed860e47177a691cd43169de.zip
cpython-daff175611537403ed860e47177a691cd43169de.tar.gz
cpython-daff175611537403ed860e47177a691cd43169de.tar.bz2
Increase printable page size.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/myformat.sty13
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