1. I applied the (defmvar |$%i| '|$%I| ... patch. There is a minor
problem with rtest7.mac -- a simple fix is to set linechar == e
for this file
---- rtest7.mac ----------------
kill(allbut(props));
DONE$
(linechar : 'e,0);
0$
<junk deleted>
(linechar : '%t,0);
0$
--------------------------------------
2. the {\\t NIL} doesn't seem right to me in
(%i7) tex(%);
$$x\leqno{\tt NIL}$$
(%o7) NIL
(%i8)
Barton