Difference between revisions of "Command/nop"

From Wiki
Jump to navigation Jump to search
m (Text replace - "== Help from ConTeXt-Forum ==" to "== Help from ConTeXt-Mailinglist/Forum ==")
 
(5 intermediate revisions by 4 users not shown)
Line 12: Line 12:
  
 
== Description ==  
 
== Description ==  
 
+
Used in itemizations. Prints an item without a mark, and without incrementing the item counter.
 
 
  
 
== Example ==
 
== Example ==
<!-- Please fill in an example if you can -->
+
<context>
 +
\setupwhitespace[big]
 +
\startitemize[n]
 +
    \item First item
 +
    \nop No-op item
 +
    \item Last item
 +
\stopitemize
 +
</context>
  
 
== See also ==
 
== See also ==
<!-- something like [[cmd:goto|\goto]] -->
+
* {{cmd|startitemize}}
 +
* [[Enumerations]]
  
 
== Help from ConTeXt-Mailinglist/Forum ==
 
== Help from ConTeXt-Mailinglist/Forum ==
Line 25: Line 32:
 
{{Forum|{{SUBPAGENAME}}}}
 
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Commands|nop]]
+
[[Category:Command/Itemizations|nop]]

Latest revision as of 10:52, 19 November 2021

\nop

Syntax

\nop

Description

Used in itemizations. Prints an item without a mark, and without incrementing the item counter.

Example

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: