21 Apr
2008
21 Apr
'08
3:53 p.m.
On Mon, Apr 21, 2008 at 3:35 PM, Alan Bowen
Can anyone point me to instructions/explanations of how to set up a numbered itemization so that the stoppers (periods) are vertically aligned? What I want should look like this:
1. an entry 2. an entry ... 10. an entry
Many thanks.
\startitemize[n,fit,broad][itemalign=flushright] \dorecurse{10}{\item item} \stopitemize Wolfgang