ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \setupitemize does no longer work?
@ 2003-02-11  7:44 Berend de Boer
  2003-02-11 10:10 ` Patrick Gundlach
  2003-02-11 10:48 ` Hans Hagen
  0 siblings, 2 replies; 4+ messages in thread
From: Berend de Boer @ 2003-02-11  7:44 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: \setupitemize does no longer work?
  2003-02-11  7:44 \setupitemize does no longer work? Berend de Boer
@ 2003-02-11 10:10 ` Patrick Gundlach
  2003-02-11 11:04   ` Hans Hagen
  2003-02-11 10:48 ` Hans Hagen
  1 sibling, 1 reply; 4+ messages in thread
From: Patrick Gundlach @ 2003-02-11 10:10 UTC (permalink / raw)


Berend de Boer <berend@pobox.com> 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 :)


Patrick


==================================================

Perhaps we should write this on Hans' todo list?
(I have also some points :)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: \setupitemize does no longer work?
  2003-02-11  7:44 \setupitemize does no longer work? Berend de Boer
  2003-02-11 10:10 ` Patrick Gundlach
@ 2003-02-11 10:48 ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2003-02-11 10:48 UTC (permalink / raw)
  Cc: ConTeXt mailinglist

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
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Re: \setupitemize does no longer work?
  2003-02-11 10:10 ` Patrick Gundlach
@ 2003-02-11 11:04   ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2003-02-11 11:04 UTC (permalink / raw)


At 11:10 AM 2/11/2003 +0100, Patrick Gundlach wrote:
>Berend de Boer <berend@pobox.com> 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
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-02-11 11:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-11  7:44 \setupitemize does no longer work? Berend de Boer
2003-02-11 10:10 ` Patrick Gundlach
2003-02-11 11:04   ` Hans Hagen
2003-02-11 10:48 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).