summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/boxit.tex
blob: 20da2e7c27dc6497b74958b2f5e8ad79ba46e9b8 (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
% This file is public domain.
%
% Test \boxit.
% 
\ifx\undefined\eplain \input eplain \fi

\boxit{\hbox{the basics, boxed}}

\boxitspace = 24pt
\boxit{\hbox{should be spacier}}

\boxitspace = 5pt

\boxit{\vbox{Something that is more than one line long, no matter how verbose
I have to do make it so, so that we can see if the line breaks are
plausible.}}


\boxit{\vbox{\hsize = 4in  Another one that is more than one line long, just
to see if resetting hsize inside the box will work.}}

\boxit{\boxit{\hbox{double box}}}

\bye