Command/ completelistofsynonyms
< Command
Jump to navigation
Jump to search
Contents
\completelistofsynonyms
Summary
The instances of \completelistofsynonyms is used to display a list of synonyms.
Instances
\completelistofabbreviations |
Settings instance
Description
The instances of \completelistofsynonyms are used to typeset a list of synonyms, complete with a header on top.
Such lists are created using \definesynonyms, and configured using either \setupsynonyms or within the optional argument.
It is functionally equivalent to \completelistofsynonyms[synonym]
.
Examples
Example 1
\setuppapersize[A8,landscape][A7] \showframe \setuppaper[nx=1, ny=2] \setuparranging[XY] \definesynonyms[test][tests][\infull] \test{ITU}{International Telecommunication Union} \test{MID}{Maritime Identification Digit} \test{Ch}{Switzerland} \starttext The \ITU\ is an organisation in \infull{Ch} \completelistoftests[criterium=all] \stoptext