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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to