Am 29.11.2010 um 21:23 schrieb Jonas Stein:

>>> How can i get a list of _all_ (even unused) abbreviations?
>> \placelistofabbreviations[criterium=all]
> 
> that does not work here with mkiv
> i get the text
> [criterium=all]
> after the usual list of abbreviations.

You need the setup command:

\setupsynonyms[abbreviation][criterium=all]

Example:

\definesynonyms[test][tests]

\setupsynonyms[test][criterium=all]

\test{one}{1}
\test{two}{2}

\starttext

\one

\placelistoftests

\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