Command/ placelistofsorts
< Command
Jump to navigation
Jump to search
Contents
\placelistofsorts
Summary
The instances of \placelistofsorts are used to typeset named sorting lists
Instances
\placelistoflogos |
Settings instance
Description
The instances of \placelistofsorts are used to typeset named sorting lists, without a header.
Such lists are created using \definesorting, and configured using either \setupsorting or within the optional argument.
It is functionally equivalent to \placelistofsorts[sort]
.
Examples
Example 1
\setuppapersize[A7,landscape][A7,landscape] \showframe \definesorting[song][songs] \starttext \song{Hit the road jack} \song{Sway} \song{Fly me to the moon} \placelistofsongs[criterium=all] \stoptext
