lower case gamma letter in maxima [not Euler-Mascheroni constant]



On 10/19/10, Julien Martin <balteo at gmail.com> wrote:

> Yes I use WxMaxima (I forgot to mention that, sorry).
> And yes I used a different variable name, i.e. gama.

Try this, I think it will make wxMaxima display gama with a small gamma letter:

:lisp (setf (get '$gama 'wxxmlword) "<g>%gamma</g>")

HTH

Robert Dodier