Changes

Jump to navigation Jump to search
m
Added an example MKIV with using before and after keys.
</context>
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>
== See also ==
* {{cmd|defineenumeration}} for creating new kinds of numbered objects.
48

edits

Navigation menu