Difference between revisions of "Command/setupcombinedlist"

From Wiki
Jump to navigation Jump to search
m (hint that level works only in MkII)
(add MkIV list parameter and example)
Line 16: Line 16:
 
     <td class="cmd">[[Command/keyword:level|level]]</td>
 
     <td class="cmd">[[Command/keyword:level|level]]</td>
 
     <td>1 2 3 4 [[Command/value:section|section]] [[Command/value:current|current]] (MkII)</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>
 
   <tr valign="top" class="second">
 
   <tr valign="top" class="second">
Line 30: Line 34:
 
== Example ==
 
== Example ==
 
<!-- Please fill in an example if you can -->
 
<!-- Please fill in an example if you can -->
 +
 +
<texcode>
 +
\setupcombinedlist[content][list={chapter,section,subsection}] % MkIV
 +
\setupcombinedlist[content][level=3] % MkII
 +
</texcode>
  
 
== See also ==
 
== See also ==
 
<!-- something like {{cmd|goto}} -->
 
<!-- something like {{cmd|goto}} -->
  
{{cmd|setuplist}}
+
* {{cmd|setuplist}}
 +
* [[Table of Contents]]
  
 
== Help from ConTeXt-Mailinglist/Forum ==
 
== Help from ConTeXt-Mailinglist/Forum ==

Revision as of 15:19, 16 August 2017

\setupcombinedlist

Syntax

\setupcombinedlist[...][...,...=...,...]
[...] name
level 1 2 3 4 section current (MkII)
list {section,section,…} (MkIV)
[...,...=...,...] see \setuplist


Description

Example

\setupcombinedlist[content][list={chapter,section,subsection}] % MkIV
\setupcombinedlist[content][level=3] % MkII

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: