Skip to content

Commit 7474d6a

Browse files
committed
Hopefully correct page margins for print!
1 parent 3dfe0d2 commit 7474d6a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/opt-print-ustrade.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
\def\OPTtopmargin{.625in} % Margin at the top of the page
2828
\def\OPTbottommargin{0.875in} % Margin at the bottom of the page
2929
\def\OPTinnermargin{0.625in} % Margin on the inner side of the page
30-
\def\OPTbindingoffset{0.45in} % Extra offset on the inner side
30+
\def\OPTbindingoffset{0.4in} % Extra offset on the inner side
3131
\def\OPToutermargin{0.625in} % Margin on the outer side of the page

src/opt-reader-10in.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
% PAGE FORMAT
88
%
99
% Page geometry for 10-inch tablets
10-
\def\OPTpagesize{148mm,197mm} % Page size
10+
\def\OPTpaperesize{148mm,197mm} % Page size
1111
\def\OPTtopmargin{21mm} % Margin at the top of the page
1212
\def\OPTbottommargin{28mm} % Margin at the bottom of the page
1313
\def\OPTinnermargin{18.5mm} % Margin on the inner side of the page

src/preamble.tex

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
outer=\OPToutermargin,
88
bindingoffset=\OPTbindingoffset,
99
centering,
10+
% showframe,
1011
]{geometry}
1112

1213
% New line height: 1.05 * 1.2 = 1.26

0 commit comments

Comments
 (0)