Command/placelistofsynonyms

From Wiki
< Command
Revision as of 08:39, 12 November 2021 by Taco (talk | contribs) (Created page with "Documentation for \placelistofsynonyms")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


\placelistofsynonyms

Summary

The command \placelistofsynonyms is used to typeset a list of synonyms

Settings

\placelistofsynonyms[...][...=...,...]
[...]singular
...=...,...inherits from \setupsynonyms

Description

The command \placelistofsynonyms is used to typeset a list of synonyms.

Such lists are created using \definesynonyms, and configured using either \setupsynonyms or within the optional argument.

See also placelistofsynonyms, which is a shortcut version.

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}
     \placelistofsynonyms[test][criterium=all]
    
     \stoptext
    

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: