Difference between revisions of "Command/startenumeration"

From Wiki
Jump to navigation Jump to search
m (Text replace - "ConTeXt-Forum " to "Help from ConTeXt-Forum ")
m (Taco moved page Environment/enumeration to Command/startenumeration over a redirect without leaving a redirect)
(10 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>startenumeration</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
Line 12: Line 15:
  
 
== Description ==  
 
== Description ==  
 +
Multi-paragraph numbered objects, previously defined using {{cmd|defineenumeration}}. See {{cmd|defineenumeration}} for more elaborate info.
 +
 +
== Example ==
 +
<context source=yes text="This gives:">
 +
\setupwhitespace[big]
 +
\defineenumeration[theorem][text=Theorem, location=left]
 +
% In mkiv we would write `alternative=left`.
  
 +
\starttheorem
 +
This theorem has multiple paragraphs.
  
 +
We can prove this by counting them: we count more than one paragraph, quod erat demonstrandum.
 +
\stoptheorem
  
== Example ==
+
\tex{theorem} can not contain multiple paragraphs:
<!-- Please fill in an example if you can -->
+
 
 +
\theorem
 +
This theorem has multiple paragraphs.
 +
 
 +
We can prove this by counting them: we count more than one paragraph, quod erat demonstrandum.
 +
 
 +
</context>
  
 
== See also ==
 
== See also ==
<!-- something like [[cmd:goto|\goto]] -->
+
* {{cmd|defineenumeration}} for creating new kinds of numbered objects.
 +
* {{cmd|setupenumerations}} for setting up looks and behaviour.
 +
* {{cmd|enumeration}} for single-paragraph numbered objects.
 +
* {{cmd|startenumeration}} for multiple-paragraph numbered objects.
  
== Help from ConTeXt-Forum ==
+
== Help from ConTeXt-Mailinglist/Forum ==
 +
All issues with:
 
{{Forum|{{SUBPAGENAME}}}}
 
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Commands|startenumeration]]
+
[[Category:Command/Numbered objects|startenumeration]]

Revision as of 09:38, 7 August 2020

\startenumeration

Syntax (autogenerated)


Syntax

\startenumeration ... \stopenumeration

Description

Multi-paragraph numbered objects, previously defined using \defineenumeration. See \defineenumeration for more elaborate info.

Example

\setupwhitespace[big]
\defineenumeration[theorem][text=Theorem, location=left]
% In mkiv we would write `alternative=left`.

\starttheorem
This theorem has multiple paragraphs.

We can prove this by counting them: we count more than one paragraph, quod erat demonstrandum.
\stoptheorem

\tex{theorem} can not contain multiple paragraphs:

\theorem
This theorem has multiple paragraphs.

We can prove this by counting them: we count more than one paragraph, quod erat demonstrandum.

This gives:

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: