Dear Valerij,
The texput function has been written by Barton Willis and is
included (in Lisp) in the file mactex.lisp of Maxima. Yet, I
have not used it so far. You are right that describe(texput)
gives false.
Best regards,
Nikos
> --- "Valerij Pipin" <pip@iszf.irk.ru> wrote:
> On Friday 14 March 2003 12:43, Jesper Harder wrote:
> JH> Valerij Pipin <pip@iszf.irk.ru> writes:
> JH>
> JH> > I'd like to have the greek symbol \delta instead kdelta when I
proceed
> JH> > the maxima output with latex inside maxima. How to do it?
> JH> > Also it would very usefull the other conventions like
> JH> > replace the curvature with \cal{R},
> JH> > both chr1 and chr2 should be replaced by \{Gamma}.
> JH>
> JH> I think you can use the function 'texput' for that. For example:
> JH>
> JH> texput(curvature, "\cal{R}");
> This function is not documented. At least in my system describe(texput)
gives
> false. The result of evaluation of texput(curvature, "\cal{R}"); is
cal{R}.