Difference between revisions of "Command/sym"

From Wiki
Jump to navigation Jump to search
m (Text replace - "\[\[cmd:(.*)\|(.*)\]\]" to "{{cmd|$1}}")
 
(6 intermediate revisions by 4 users not shown)
Line 17: Line 17:
  
 
== 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}} -->
+
* {{cmd|startitemize}}
 +
* [[Enumerations]]
  
 
== Help from ConTeXt-Mailinglist/Forum ==
 
== Help from ConTeXt-Mailinglist/Forum ==
Line 30: Line 36:
 
{{Forum|{{SUBPAGENAME}}}}
 
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Commands|sym]]
+
[[Category:Command/Itemizations|sym]]

Latest revision as of 10:52, 19 November 2021

\sym

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

Help from ConTeXt-Mailinglist/Forum

All issues with: