ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: Enumerated list numbering across
Date: Wed, 21 Dec 2005 11:35:28 +0100	[thread overview]
Message-ID: <43A92FF0.8000708@wxs.nl> (raw)
In-Reply-To: <B20FED37-5E3B-4299-94C4-B027F5031D34@cox.net>

David Arnold wrote:

> All,
>
> How do I get:
>
> 1.       2.
> 3.       4.
> 5.       6.
>
> Instead of:
>
> 1.       4.
> 2.       5.
> 3.       6.
>
> With:
>
> \startitemized
>   \item ...
> \stopitemized

\starttext

\input tufte

\startitemize[columns,n,joinedup]
\item \input tufte
\item \input zapf
\stopitemize
\startitemize[continue,columns,joinedup]
\item one
\item two
\stopitemize
\startitemize[continue,columns,joinedup]
\item one
\item two
\stopitemize

\input tufte

\stoptext

unfortunately the joinedup does not work (i'll fix that)

Hans

      reply	other threads:[~2005-12-21 10:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-21  4:31 David Arnold
2005-12-21 10:35 ` Hans Hagen [this message]

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=43A92FF0.8000708@wxs.nl \
    --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).