Commit daff1756 authored by Guido van Rossum's avatar Guido van Rossum

Increase printable page size.

parent b40f2a74
...@@ -2,6 +2,19 @@ ...@@ -2,6 +2,19 @@
% myformat.sty for the Python doc [updated to work with Latex2e] % 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 % Style parameters and macros used by most documents here
\raggedbottom \raggedbottom
\sloppy \sloppy
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment