lower case gamma letter in maxima [not Euler-Mascheroni constant]
Subject: lower case gamma letter in maxima [not Euler-Mascheroni constant]
From: Robert Dodier
Date: Tue, 19 Oct 2010 08:46:00 -0600
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