Re: (n + 1')th patch to mactex.lisp? How add texword prop to running maxima?



steve@horne.homelinux.net writes:

> Question -- Is there a way, from maxima, to add a texword property
> to the running lisp?  I tried
> lisp : (defprop $theta1 "\\theta_1" texword)
> but it didn't seem to work.

This seems to work:

  texput(theta1, "\\theta_1");

E.g.

(C1) tex(thetha1/pi);

=> $${{thetha_1}\over{\pi}}$$