synonyms
Henning Hraban Ramm <[email protected]>
| Newsgroups | gmane.comp.tex.context |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I recognized I didn’t have synonyms/abbreviations in my book and tested
them.
Apparently, \infull doesn’t work with self-defined synonym lists. Is
this to be expected?
Hraban
"""
\abbreviation{CG}{context group}
\abbreviation[kuk]{k.u.k.}{königlich und kaiserlich}
\definesynonyms[Abk][Aküs] % Singular/Plural
\setupsynonyms[Abk][
style=,color=green, % list format
textstyle=bold,textcolor=red, % text format
]
\Abk{TUG}{\TeX\ Users Group}
\Abk[zB]{z.\,B.}{zum Beispiel}
\starttext
\samplefile{knuth}\TUG
\zB\ is \infull{zB} /// \CG\ is \infull{CG}
% ^^^^^^^^^^^ is empty
\kuk
%\page
%\placelistofabbreviations
\completelistofabbreviations
\placelistofabbreviations % empty
\placelistofAküs % or \placelistofsynonyms[Abk]
\stoptext
"""
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : [email protected] / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________