ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Enumerated list numbering across
@ 2005-12-21  4:31 David Arnold
  2005-12-21 10:35 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: David Arnold @ 2005-12-21  4:31 UTC (permalink / raw)


All,

How do I get:

1.       2.
3.       4.
5.       6.

Instead of:

1.       4.
2.       5.
3.       6.

With:

\startitemized
   \item ...
\stopitemized

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

* Re: Enumerated list numbering across
  2005-12-21  4:31 Enumerated list numbering across David Arnold
@ 2005-12-21 10:35 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2005-12-21 10:35 UTC (permalink / raw)


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

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

end of thread, other threads:[~2005-12-21 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-21  4:31 Enumerated list numbering across David Arnold
2005-12-21 10:35 ` 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).