Difference between revisions of "Command/sym"

From Wiki
Jump to navigation Jump to search
m (moved Reference/en/sym to Command/sym: Text replace - "Reference/en/" to "Command/")
(7 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>sym</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
Line 17: Line 20:
  
 
== Description ==  
 
== Description ==  
 
+
Used in itemizations. Prints an item with a custom item mark. If you need to increment the numbering use `\incrementnumber[itemgroup:itemize]`.
 
 
  
 
== Example ==
 
== Example ==
<!-- Please fill in an example if you can -->
+
<context source=yes>
 +
\startitemize
 +
    \item One
 +
    \item Two
 +
    \sym{>} Three
 +
\stopitemize
 +
</context>
  
 
== See also ==
 
== See also ==
<!-- something like [[cmd:goto|\goto]] -->
+
* {{cmd|startitemize}}
 +
* {{cmd|item}} to print ordinary items
 +
* {{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 ==
 +
All issues with:
 +
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Commands|sym]]
+
[[Category:Command/Itemizations|sym]]

Revision as of 17:28, 25 April 2020

\sym

Syntax (autogenerated)


Syntax

\sym{...}
{...} text


Description

Used in itemizations. Prints an item with a custom item mark. If you need to increment the numbering use \incrementnumber[itemgroup:itemize].

Example

\startitemize
    \item One
    \item Two
    \sym{>} Three
\stopitemize

See also

  • \startitemize
  • \item to print ordinary items
  • \sym to print an item with a custom symbol
  • \mar to print an item with margin text
  • \sub to print an item with a continuation mark
  • \its to print an item with a row of marks (for response ranges)
  • \ran to print a range for the \its row
  • \head to print a head within the list
  • \but to print an item whose mark is an interactive button

Help from ConTeXt-Mailinglist/Forum

All issues with: