blob: de7966476da67d71cd1109c8b547c7de62af4d3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
% The size of A4 paper is 210mm x 297mm.
% The following setting lets exactly 1in empty from each side of paper
% (only the bottom margin with pagination is 1in+7mm)
% and these dimensions are taken into account also when
% \magnification is used.
\immediate\message{\string\hsize=159.2 mm \string\vsize=239.2 mm}
\hsize= 159.2 mm
\vsize= 239.2 mm
{\catcode64=11 % \catcode`\@=11
\gdef\m@g{\mag\count@
\hsize=159.2truemm \vsize=239.2truemm \dimen\footins8truein
\ifx\pdfpagewidth\undefined\else % added by P. O. Nov 2012
\pdfpagewidth=210truemm
\pdfpageheight=297truemm
\pdfhorigin=1truein
\pdfvorigin=1truein
\fi
}
}
|