Difference between revisions of "Command/sub"

From Wiki
Jump to navigation Jump to search
(Fill in entire page)
 
(3 intermediate revisions by 3 users not shown)
Line 28: Line 28:
  
 
== See also ==
 
== See also ==
* {{cmd|startitemize}} can be nested to create subitems
+
* {{cmd|startitemize}}
* {{cmd|sym}} can be used to specify items with custom marks
+
* [[Enumerations]]
  
 
== Help from ConTeXt-Mailinglist/Forum ==
 
== Help from ConTeXt-Mailinglist/Forum ==

Latest revision as of 10:53, 19 November 2021

\sub

Syntax

\sub[ref,ref,...]
[ref,ref,...]

Description

Used in itemizations. Prints the item mark of the previous \item, with a + in front of it to indicate a subitem/continuation.

Example

\startitemize[n]
    \item First item
    \sub continued
    \sub further continued
    \item Second item
\stopitemize

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: