1 Dec
2010
1 Dec
'10
8:58 p.m.
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
This example did not work on my pc and not on
http://live.contextgarden.net/
What could be wrong here?
--
Jonas Stein