At 08:44 PM 2/11/2003 +1300, Berend de Boer wrote:
Hello All,
The following example behaves differently then previously:
============================== \setupitemize [packed]
\starttext
This is a test: \startitemize \item First line. \item Second line. \item Third line. \stopitemize
\stoptext ==============================
Adding [packed] to startitemize gives the desired result. It seems packed is no longer inherited. How to achieve this with the latest release?
in core-itm you'll find: % keep these, needed for styles: \def\startitemize {\startitemgroup[]} \def\stopitemize {\stopitemgroup} \def\setupitemize {\setupitemgroup[]} comment the last three lines and regenerate the format, or as an alternative \def\startitemize {\startitemgroup[\e!itemize]} \def\setupitemize {\setupitemgroup[\e!itemize]} ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------