Hi,

Radhelorn wrote:
> ... [bug and fix snipped] ..

Thanks for the bug report.

And when using commands with brackets in argumets like:

\definedescription[desc][before=\blank[small]]

ConTeXt will give many errors, so arguments needs to be grouped (before={\blank[small]}). Is this intentional?

Yes, that is a speed optimization. ConTeXt does not even attempt
to balance the occurrence of [ and ] at top-level, so the explicit
grouping indeed required.

It would be easy to extend ConTeXt to do this, but the speed
penalty would be substantial.

Greetings, Taco
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to