Changes

Jump to navigation Jump to search
561 bytes added ,  15:48, 12 September 2004
added (a), (b) sample
\stoptext
</context>
 
==Changing the Signs==
 
For a enumeration like this:
 
<pre>
(a) one item
(b) next item
</pre>
 
you must fill <cmd>setupitemize</cmd like this:
 
* you get parentheses by <tt>left=(, right=)</tt>
* <tt>margin</tt> is from left margin to start of item text
* <tt>stopper</tt> is the dot (or whatever) after the "number"
 
<texcode>
\setupitemize[left=(, right=), margin=3em, stopper=]
\startitemize[a]
\item here we list the points,
\item one after the other.
\stopitemize
</texcode>
 
You find more about <cmd>setupitemize</cmd> at <cmd> defineitemgroup </cmd>.

Navigation menu