Difference between revisions of "Command/sub"

From Wiki
Jump to navigation Jump to search
(Better See Also)
 
(2 intermediate revisions by 2 users not shown)
Line 29: Line 29:
 
== See also ==
 
== See also ==
 
* {{cmd|startitemize}}
 
* {{cmd|startitemize}}
* {{cmd|item}} to print ordinary items
+
* [[Enumerations]]
* {{cmd|sym}} to print an item with a custom symbol
 
* {{cmd|mar}} to print an item with margin text
 
* {{cmd|sub}} to print an item with a continuation mark
 
* {{cmd|its}} to print an item with a row of marks (for response ranges)
 
* {{cmd|ran}} to print a range for the {{cmd|its}} row
 
* {{cmd|head}} to print a head within the list
 
* {{cmd|but}} to print an item whose mark is an interactive button
 
  
 
== 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: