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