Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40f2a7 commit daff175Copy full SHA for daff175
1 file changed
Doc/myformat.sty
@@ -2,6 +2,19 @@
2
% myformat.sty for the Python doc [updated to work with Latex2e]
3
%
4
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
18
% Style parameters and macros used by most documents here
19
\raggedbottom
20
\sloppy
0 commit comments