Skip to content

Commit 643d932

Browse files
committed
Don't define the page lay-out here -- rely on A4wide, doubleside options.
1 parent 2c81957 commit 643d932

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

Doc/myformat.sty

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1-
% Style parameters and macros used by some documents here
1+
% Style parameters and macros used by most documents here
22

3-
% Page format parameters for A4 (European standard paper size)
4-
%\textwidth = 160mm
5-
%\textheight = 240mm
6-
%\topmargin = -11mm
7-
8-
% Page format parameters for U.S. standard paper size
9-
\textwidth = 160mm
10-
\textheight = 220mm
11-
\topmargin = -11mm
12-
13-
\oddsidemargin = 1.5mm
14-
\evensidemargin = 1.5mm
3+
% This has to be tuned each time the repair person takes the printer apart:
4+
\addtolength{\oddsidemargin}{-2.5mm}
5+
\addtolength{\evensidemargin}{-2.5mm}
156

167
% Style parameters
178
\raggedbottom

0 commit comments

Comments
 (0)