Which way to type greek letters in synonym list?
Dear All, I am setting up the synonym list. I defined it as "nomenclature" \definesynonyms[nomenclature][nomenclatures][\infull] \setupsynonyms[nomenclature] [criterium=all,location=serried] when i type in someting like \nomenclature{A} {Area} it works. But if I type \nomenclature{$\alpha$}{Angle of something} it fails. The reason may be only text could be used. I found the list is sorted alphabetically. Then if I type a greek letter, the compiler does not konw how to sort it.
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
Thanks to Andreas and Wolfgang, That's true. The uppercase letter works, the lowercase method complains. On Tue, Dec 7, 2010 at 12:03 AM, Wolfgang Schuster < schuster.wolfgang@googlemail.com> wrote:
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
___________________________________________________________________________________
-- Yours Sincerely Ba Te
\abbreviation[ALPHA]{α}{Angle of something} \setupbodyfont[termes] \starttext \ALPHA \stoptext
a copy is here now:
http://wiki.contextgarden.net/Reference/en/definesynonyms#Hint
--
Jonas Stein
participants (4)
-
Andreas Harder
-
Jonas Stein
-
seasoul
-
Wolfgang Schuster