Problem with defineenumeration [number=no]
Hello, if I'm not mistaken as usual, the number=no option of \ defineenumeration is broken in ConTeXt ver: 2005.06.08 fmt: 2005.6.13: \mainlanguage [en] \defineenumeration [test] [text=Test, number=no, location=hanging] \starttext \starttest What's that? \stoptext produces "ommandTest" instead of just "Test". Please advise. Matthias
Hi, There is a missing \noexpand in core-des.tex. Attached is a fixed version of the affected macro. Taco Matthias Weber wrote:
Hello,
if I'm not mistaken as usual,
the number=no option of \ defineenumeration is broken in ConTeXt ver: 2005.06.08 fmt: 2005.6.13:
\mainlanguage [en] \defineenumeration [test] [text=Test, number=no, location=hanging]
\starttext
\starttest What's that?
\stoptext
produces "ommandTest" instead of just "Test". Please advise.
Matthias
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Thanks Taco, this works fine. Matthias On Jun 13, 2005, at 10:45 AM, Taco Hoekwater wrote:
Hi,
There is a missing \noexpand in core-des.tex. Attached is a fixed version of the affected macro.
Taco
Matthias Weber wrote:
Hello, if I'm not mistaken as usual, the number=no option of \ defineenumeration is broken in ConTeXt ver: 2005.06.08 fmt: 2005.6.13: \mainlanguage [en] \defineenumeration [test] [text=Test, number=no, location=hanging] \starttext \starttest What's that? \stoptext produces "ommandTest" instead of just "Test". Please advise. Matthias _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Taco Hoekwater wrote:
Hi,
There is a missing \noexpand in core-des.tex. Attached is a fixed version of the affected macro.
ah, fixed, thanks! Hans ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (3)
-
h h extern
-
Matthias Weber
-
Taco Hoekwater