Difference between revisions of "Command/startenumeration"

From Wiki
Jump to navigation Jump to search
(Create reference page)
 
(Description, example.)
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<!-- please remove this and the following line if you have checked this page -->
 
{{Reference_Cleanup}}
 
 
{{Reference
 
{{Reference
 
|name=startenumeration
 
|name=startenumeration
Line 14: Line 12:
  
 
== 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
  
 +
\tex{theorem} can not contain multiple paragraphs:
  
== Example ==
+
\theorem
<!-- Please fill in an example if you can -->
+
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-Mailinglist/Forum ==
 +
All issues with:
 +
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Reference/en|startenumeration]]
+
[[Category:Command/Numbered objects|startenumeration]]

Revision as of 15:10, 24 April 2012

\startenumeration

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: