blob: 8d77b8622bff761e62a51d974a9e60a3cc2da2f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
|