Command/ completelistofsorts
< Command
Jump to navigation
Jump to search
Contents
\completelistofsorts
Summary
The instances of \completelistofsorts are used to typeset named sorting lists
Instances
\completelistoflogos |
Settings instance
Description
The instances of \completelistofsorts are used to typeset named sorting lists, complete with a header on top.
Such lists are created using \definesorting, and configured using either \setupsorting or within the optional argument.
It is functionally equivalent to \completelistofsorts[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} \completelistofsongs[criterium=all] \stoptext
