Increase printable page size.
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