Re: (n + 1')th patch to mactex.lisp? How add texword prop to running maxima?
Subject: Re: (n + 1')th patch to mactex.lisp? How add texword prop to running maxima?
From: Jesper Harder
Date: Sun, 18 May 2003 17:52:18 +0200
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}}$$