Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit daff175

Browse files
committed
Increase printable page size.
1 parent b40f2a7 commit daff175

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Doc/myformat.sty

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
% myformat.sty for the Python doc [updated to work with Latex2e]
33
%
44

5+
% Increase printable page size (copied from fullpage.sty)
6+
\topmargin 0pt
7+
\advance \topmargin by -\headheight
8+
\advance \topmargin by -\headsep
9+
10+
\textheight 8.9in
11+
12+
\oddsidemargin 0pt
13+
\evensidemargin \oddsidemargin
14+
\marginparwidth 0.5in
15+
16+
\textwidth 6.5in
17+
518
% Style parameters and macros used by most documents here
619
\raggedbottom
720
\sloppy

0 commit comments

Comments
 (0)