summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/loopnext.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/loopnext.tex')
-rw-r--r--Master/texmf-dist/source/eplain/base/test/loopnext.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/loopnext.tex b/Master/texmf-dist/source/eplain/base/test/loopnext.tex
new file mode 100644
index 00000000000..8d77b8622bf
--- /dev/null
+++ b/Master/texmf-dist/source/eplain/base/test/loopnext.tex
@@ -0,0 +1,21 @@
+% This file is public domain.
+%
+% Date: Tue, 2 May 2000 17:27:38 -0400
+% From: "Peter Kabal" <kabal@ece.mcgill.ca>
+% To: <karl@cs.umb.edu>
+% Subject: eplain interaction with TeXdraw
+%
+% A TeXdraw user alerted me to the fact that the TeXdraw routines gave a
+% warning message when used together with eplain. It seems that eplain
+% defines \iterate
+% differently than plain tex. Using plain TeX, there is no problem, but using
+% eplain one there is.
+
+\input eplain
+
+\input texdraw
+\btexdraw
+ \lpatt(0.1 0.1)
+\etexdraw
+
+\bye