way=bychapter not working for enumerations in mkiv
Hi list, the following example works in MkII but not in MkIV as expected: \defineenumeration[test][% way=bysection, location=left, text=Test] \starttext \section{One} \starttest \input knuth \stoptest \section{Two} \starttest \input knuth \stoptest \stoptext In MkII I get 1.1 and 2.1 but MkIV gives 1 and 2. Cheers Olaf
Olaf Mersmann wrote:
Hi list,
the following example works in MkII but not in MkIV as expected:
\defineenumeration[test][% way=bysection, location=left, text=Test]
for the moment use: \defineenumeration[test] \setupenumeration[test][% way=bysection, location=left, text=Test] ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hello Hans, Excerpts from Hans Hagen's message of Thu Sep 17 17:05:18 +0200 2009:
the following example works in MkII but not in MkIV as expected:
\defineenumeration[test][% way=bysection, location=left, text=Test]
for the moment use:
\defineenumeration[test]
\setupenumeration[test][% way=bysection, location=left, text=Test]
This gives ... language : language en is active ! Undefined control sequence. l.3 \setupenumeration [test][% using the current minimals. Replacing \setupenumeration by \setupenumerations fixes this but does not give the same result as before. Cheers Olaf
participants (2)
-
Hans Hagen
-
Olaf Mersmann