summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/truemarg.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/truemarg.tex')
-rw-r--r--Master/texmf-dist/source/eplain/base/test/truemarg.tex36
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/truemarg.tex b/Master/texmf-dist/source/eplain/base/test/truemarg.tex
new file mode 100644
index 00000000000..b057a86b94f
--- /dev/null
+++ b/Master/texmf-dist/source/eplain/base/test/truemarg.tex
@@ -0,0 +1,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
+