Command/ placelistofsynonyms
< Command
Jump to navigation
Jump to search
Contents
\placelistofsynonyms
Summary
The instances of \placelistofsynonyms are used to typeset a list of synonyms
Instances
\placelistofabbreviations |
Settings instance
Description
The instances of \placelistofsynonyms are used to typeset a list of synonyms, without header on top.
Such lists are created using \definesynonyms, and configured using either \setupsynonyms or within the optional argument.
It is functionally equivalent to \placelistofsynonyms[synonym]
.
Examples
Example 1
\setuppapersize[A8,landscape] \showframe \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} \section{Explicit test header} \placelistoftests[criterium=all] \stoptext