30 Jul
2012
30 Jul
'12
10:46 a.m.
On Mon, Jul 30, 2012 at 12:32 PM, Steffen Wolfrum
Hi,
\starttext \subject{Contents} \setuplist[section][alternative=d] \placecontent \section{One} \section{Two} \stoptext
while the minimal example above works nicely, my more complex project adds a "attr" in front off the section number (ie. "a"):
attr a) Test one 47 attr b) Test two 51
Any idea where this "attr2 comes from, and how to get rid of it??
With latest mkiv I see this: Contents 1 One 1 2 Two 1 1 One 2 Two -- luigi