Changes

Jump to navigation Jump to search
Replace most contents
== [[Help:Reference|Syntax]] ==
<table cellspacing="4" cellpadding="2" class="cmd"syntax> <tr> <td colspan="2" class="cmd">\setupcombinedlist<span class="first" >[...]</span><span class="second" >[...,...=...,...]</span></td> </tr> <tr valign="top" class="first"> <td class="cmd">[...]</td> <td>name </td> </tr> <tr valign="top" class="second"> <td class="cmd">[[Command/keyword:level|level]]</td> <td>1 2 3 4 [[Command/value:section|section]] [[Command/value:current|current]] (MkII)</td> </tr> <tr valign="top" class="second"> <td class="cmd">[[Command/keyword:list|list]]</td> <td>{[[Command/value:section|section]],[[Command/value:section|section]],…} (MkIV)</td> </tr> <tr valign="top" class="second"> <td class="cmd">[...,...=...,...]</td> <td>see [[Command/setuplist|\setuplist]] </td> </tr></tablesyntax
== Description ==
The most prominent and only predefined combined list is the table of contents.
{{cmd|setupcombinedlist}} inherits from {{cmd|setuplist}}.
== Example ==
<!-- Please fill in an example if you can -->
<texcode>
\setupcombinedlist[content][list={chapter,section,subsection}] % MkIVsame as\setupcombinedlist[content]setupcontents[levellist=3{chapter,section,subsection}] % MkII
</texcode>
 
Beware, unnumbered headers ({{cmd|title}}, {{cmd|subject}} etc.) won't ever appear in a list!
== See also ==
<!-- something like {{cmd|goto}} -->
* {{cmd|definecombinedlist}}
* {{cmd|setuplist}}
* [[Table of Contents]]

Navigation menu