Command/ placelistofsynonyms

From Wiki
Jump to navigation Jump to search


\placelistofsynonyms

Summary

The instances of \placelistofsynonyms are used to typeset a list of synonyms

Instances

\placelistofabbreviations

Settings instance

\placelistofSYNONYMS[...=...,...]
...=...,...inherits from \setupsynonyms

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
    

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: