From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/generic/epsf/tepsf3.tex | 108 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 macros/generic/epsf/tepsf3.tex (limited to 'macros/generic/epsf/tepsf3.tex') diff --git a/macros/generic/epsf/tepsf3.tex b/macros/generic/epsf/tepsf3.tex new file mode 100644 index 0000000000..24d2734b17 --- /dev/null +++ b/macros/generic/epsf/tepsf3.tex @@ -0,0 +1,108 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Preamble + +\input epsf.tex + +\def \bs {\char`\\} + +\def \heading #1{\centerline{\bf #1}} + +\def \myfont {% + \baselineskip = 9.6pt + \font \rm = cmr8 at 8pt + \rm +} + +\def \noise +{% + Blah blah blah blah blah blah. Blah blah blah blah blah blah. Blah + blah blah blah blah blah. Blah blah blah blah blah blah +} + +\def \ARROWPICTURE {\llap{$\Rightarrow$}\PLAINPICTURE\rlap{$\Leftarrow$}} + +\def \PLAINPICTURE {\epsffile{tepsf.eps}} + +\parindent = 2em + +\parskip = 2ex plus 0.5ex minus 0.5ex + +%% Page size in mid-Atlantic units +\voffset = -0.5in + +\vsize = 9.5in + +\hsize = 12.5cm + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Document body + +\myfont + +\heading{Test of {\tt epsf.tex}} + +\noise + +This figure should be centered: + +\centerline{XXX\vbox{\PLAINPICTURE}XXX} + +\noise + +This figure should be left-adjusted: + +\leftline{\vbox{\PLAINPICTURE}XXX} + +\noise + +This figure should be right-adjusted: + +\rightline{XXX\vbox{\PLAINPICTURE}} + +\noise + +This figure should be centered: + +\centerline{XXX\hbox{\PLAINPICTURE}XXX} + +\noise + +This figure should be left-adjusted: + +\leftline{\hbox{\PLAINPICTURE}XXX} + +\noise + +This figure should be right-adjusted: + +\rightline{XXX\hbox{\PLAINPICTURE}} + +\noise + +This figure should be centered with abutting arrows on the baseline: + +\centerline{\vbox{\ARROWPICTURE}} + +\noise + +This figure should be left-adjusted with abutting arrows on the +baseline, the leftmost of which is in the left margin on the baseline: + +\leftline{\vbox{\ARROWPICTURE}} + +\noise + +This figure should be right-adjusted with abutting arrows on the +baseline, the rightmost of which is in the right margin on the +baseline: + +\rightline{\vbox{\ARROWPICTURE}} + +\noise + +\vfill +\eject + +%% --------------------------------------------------------------------- + +\bye -- cgit v1.2.3