6 Dec
2010
6 Dec
'10
5:03 p.m.
Am 06.12.2010 um 15:48 schrieb Andreas Harder:
Hi!
But if I type \nomenclature{$\alpha$}{Angle of something} Try \nomenclature[alpha]{$\alpha$}{…}
This will fail because to create a macro \alpha which expands to \alpha ... Use uppercase letter to prevent this, when your font contains greek you can also use a text alpha, e.g. \abbreviation[ALPHA]{α}{Angle of something} \setupbodyfont[termes] \starttext \ALPHA \stoptext Wolfgang