blob: b057a86b94f546369dc8bfe29191d0f0e77f1dd8 (
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
25
26
27
28
29
30
31
32
33
34
35
36
|
% This file is public domain.
%
% Some code to test margin-setting macros in concert with
% \magnification.
\input ../eplain % margin altered version
%\magnification=\magstep0
%\magnification=\magstep1
%\magnification=\magstep2
\magnification=\magstep3
\nopagenumbers
\paperheight=11truein
\paperwidth=8.5truein
\topmargin=1truein
\leftmargin=1truein
\rightmargin=6truein
\bottommargin=3truein
\parindent=0pt
\vbox to \vsize{
\hrule depth4truept
\vfill
\centerline{Magnification = \the\mag}
\vfill
\hrule height4truept
}
\bye
|