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? -- Live long and prosper, Berend de Boer
Berend de Boer
Hello All,
Hello Berend, see my message from Date: Sun, 19 Jan 2003 23:20:28 +0100 To Eckart Guthöhrlein: ==================================================
I just noticed that \setupitemize seems to have no effect in the current beta
This is really strange. The following works well: \starttext \defineitemgroup [aufzaehl] [levels=6] \setupaufzaehl[each][packed][stopper=)] % or: % \setupitemgroup[aufzaehl][each][packed][stopper=)] \startaufzaehl[n] \item this \item works \stopaufzaehl \stoptext This is probably a bug :) Patrick ================================================== Perhaps we should write this on Hans' todo list? (I have also some points :)
At 11:10 AM 2/11/2003 +0100, Patrick Gundlach wrote:
Berend de Boer
writes: Hello All,
Hello Berend,
see my message from
Date: Sun, 19 Jan 2003 23:20:28 +0100
To Eckart Guthöhrlein:
==================================================
I just noticed that \setupitemize seems to have no effect in the current beta
This is really strange. The following works well:
\starttext \defineitemgroup [aufzaehl] [levels=6] \setupaufzaehl[each][packed][stopper=)]
% or: % \setupitemgroup[aufzaehl][each][packed][stopper=)]
\startaufzaehl[n] \item this \item works \stopaufzaehl \stoptext
This is probably a bug :)
actually, a wrong fallback -) went unnoticed because it only affects the english interface see previous mail Hans ------------------------------------------------------------------------- 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 -------------------------------------------------------------------------
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 -------------------------------------------------------------------------
participants (3)
-
Berend de Boer
-
Hans Hagen
-
Patrick Gundlach