Difference between revisions of "Command/setupenumerations"

From Wiki
Jump to navigation Jump to search
m (Add See Also; make example source visible)
 
(3 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>setupenumerations</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
Line 28: Line 31:
  
 
\Potato  
 
\Potato  
 
+
One potato
One potato \par
 
  
 
\setupenumerations[Potato][location=left]
 
\setupenumerations[Potato][location=left]
Line 35: Line 37:
  
 
\Potato  
 
\Potato  
 +
Two potato
 +
 +
</context>
  
Two potato \par
+
The before and after keys control the spacing around enumerations. It you want to achieve something similar to the itemize-option "packed" then use: (MKIV example)
 +
 
 +
<context source=yes text="This gives:">
 +
\defineenumeration[Packed]
 +
 
 +
\setupenumerations
 +
  [Packed]
 +
  [text=,
 +
    headstyle=normal,
 +
    alternative=left,
 +
    distance=0pt,
 +
    width=13pt,
 +
    stopper=\high{o},
 +
    before={\blank[small]},
 +
    after={\blank[small]},
 +
    inbetween=]
 +
 
 +
 
 +
\Packed
 +
  First issue
 +
 
 +
\Packed
 +
  Second issue
  
 
</context>
 
</context>
 
 
== See also ==
 
== See also ==
 
* {{cmd|defineenumeration}} for creating new kinds of numbered objects.
 
* {{cmd|defineenumeration}} for creating new kinds of numbered objects.

Latest revision as of 13:45, 18 November 2019

\setupenumerations

Syntax (autogenerated)

\setupenumerations[...,...][...=...,...]
[...,...]name
...=...,...inherits from \setupenumeration


Syntax

\setupenumerations[...,...,...][...,...=...,...]
[...,...,...] name of an enumeration (defined with \defineenumeration)
[...,...=...,...] see \setupdescriptions


Description

Set up the appearance and behaviour of an enumeration. Enumeration environments are actually special description environments, so the keys are described at \setupdescriptions.

Example

\defineenumeration[Potato]

\Potato 
One potato

\setupenumerations[Potato][location=left]
% In mkiv one would use `alternative=left`.

\Potato 
Two potato

This gives:

The before and after keys control the spacing around enumerations. It you want to achieve something similar to the itemize-option "packed" then use: (MKIV example)

\defineenumeration[Packed]

\setupenumerations
   [Packed]
   [text=,
    headstyle=normal,
    alternative=left,
    distance=0pt,
    width=13pt,
    stopper=\high{o},
    before={\blank[small]},
    after={\blank[small]},
    inbetween=]


\Packed
   First issue

\Packed
   Second issue

This gives:

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: