ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: Columns in itemizations
Date: Fri, 28 Feb 2003 09:01:22 +0100	[thread overview]
Message-ID: <5.1.0.14.1.20030228085919.039dc908@server-1> (raw)
In-Reply-To: <1353739497.20030227231716@iol.it>

At 11:17 PM 2/27/2003 +0100, you wrote:
>Hello,
>
>following up to a recent post on comp.text.tex I'd like to bring
>forth an enhancement request for itemgroups: in the current
>implementation it is not possible to set up itemgroups to use the
>non key=value pairs settings. IOW, one cannot say
>
>\defineitemgroup[myitems]
>\setupmyitems[each][A]
>
>and have the items come up numbered with capital letters. Some
>keywords (like: joinedup) work, some others (the numbering type
>ones, for example, or "columns") don't work. For what I can see by
>looking at the code, this depends on these settings being looked
>for *not* when setting up the itemizations, but in the actual
>moment when the \start<itemgroup> is issued (this is for example
>the case for "columns").
>
>Enhancement request: allow all keywords to work. I think the most
>straightforward way to implement this is to simply store the
>keywords and put them as default values when \start<itemgroup> is
>called (this would even, I suspect, simplify the handling of the
>itemgroup setups ...)


\defineitemgroup[test]
\setupitemgroup[test][headstyle=slanted]
\setupitemgroup[test][2][packed]

% \setupitemgroup[test][each][packed]

\starttest
\head test \par test
\item test
       \starttest
       \item test
       \item test
       \stoptest
\item test
\stoptest

so, it's there already; in principle the following should work:

\setupitemgroup[test][levellist][keyvals]
\setupitemgroup[test][levellist][keys]
\setupitemgroup[test][levellist][keyvals][keys]

\setupitemgroup[test][keyvals]
\setupitemgroup[test][keys]
\setupitemgroup[test][keyvals][keys]

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

  reply	other threads:[~2003-02-28  8:01 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-27 22:17 Giuseppe Bilotta
2003-02-28  8:01 ` Hans Hagen [this message]
2003-02-28  9:23   ` Re[2]: " Giuseppe Bilotta
2003-03-03  9:21     ` Hans Hagen
2003-03-03 15:24       ` Re[3]: " Giuseppe Bilotta
2003-03-03 16:50         ` Patrick Gundlach
2003-03-03 18:23           ` Giuseppe Bilotta
2003-03-03 21:02             ` Patrick Gundlach
2003-03-03 21:21               ` Giuseppe Bilotta
2003-03-04 10:39                 ` Patrick Gundlach
2003-03-04 14:42                   ` Giuseppe Bilotta
2003-03-04 20:42                   ` Hans Hagen
2003-03-04 22:52                     ` Patrick Gundlach
2003-03-05  8:27                     ` Patrick Gundlach
2003-03-05  9:21                       ` Hans Hagen
2003-03-05  8:43                     ` Patrick Gundlach
2003-03-05  9:25                       ` Hans Hagen
2003-03-05 15:05                         ` nullfont errors in new beta Patrick Gundlach
2003-03-05 16:33                           ` Hans Hagen
2003-03-05 20:41                             ` Patrick Gundlach
2003-03-05 21:50                               ` Hans Hagen
2003-03-05 22:59                                 ` no more nullfont errors in latest beta! Patrick Gundlach
2003-03-06  8:56                                   ` Hans Hagen
2003-03-05 23:55                                 ` Re: nullfont errors in new beta Jens-Uwe Morawski
2003-03-05 22:35                           ` Giuseppe Bilotta
2003-03-03 20:16           ` Columns in itemizations Hans Hagen
2003-03-04 10:43           ` Patrick Gundlach
2003-03-04 14:43             ` Giuseppe Bilotta
2003-03-04 15:11             ` Willi Egger
2003-03-04 15:55               ` Patrick Gundlach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.1.0.14.1.20030228085919.039dc908@server-1 \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).