Valerij Pipin <pip@iszf.irk.ru> writes:
> 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>
> 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}.
The point of 'texput' is that you change how 'curvature' will be printed
in the TeX output from subsequent evaluations without changing the
Maxima source files.