ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Columns and itemize not showing up as expected
@ 2015-03-21 12:38 Norbert Melzer
  2015-03-21 13:33 ` Mikael P. Sundqvist
  0 siblings, 1 reply; 4+ messages in thread
From: Norbert Melzer @ 2015-03-21 12:38 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 394 bytes --]

The MWE at the end of this mail typesets something like this:

* a      * e
* b      * f
* c
* d

But I'd expect something like this:

* a      * d
* b      * e
* c      * f

How can I get expected output?

```tex
\starttext
  \startcolumns[n=2]
    \startitemize
      \item a
      \item b
      \item c
      \item d
      \item e
      \item f
    \stopitemize
  \stopcolumns
\stoptext
```

[-- Attachment #1.2: Type: text/html, Size: 770 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Columns and itemize not showing up as expected
  2015-03-21 12:38 Columns and itemize not showing up as expected Norbert Melzer
@ 2015-03-21 13:33 ` Mikael P. Sundqvist
  2015-03-21 13:54   ` Norbert Melzer
  0 siblings, 1 reply; 4+ messages in thread
From: Mikael P. Sundqvist @ 2015-03-21 13:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Mar 21, 2015 at 1:38 PM, Norbert Melzer <timmelzer@gmail.com> wrote:
>   \startcolumns[n=2]
>     \startitemize
>       \item a
>       \item b
>       \item c
>       \item d
>       \item e
>       \item f
>     \stopitemize
>   \stopcolumns


Try

\starttext
  \startcolumns[n=2]
    \startitemize
      \item a
      \item b
      \item c
      \item d
      \item e
      \item f
    \stopitemize
  \stopcolumns

   \startitemize[columns]
      \item a
      \item b
      \item c
      \item d
      \item e
      \item f
    \stopitemize
\stoptext

/Mikael
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Columns and itemize not showing up as expected
  2015-03-21 13:33 ` Mikael P. Sundqvist
@ 2015-03-21 13:54   ` Norbert Melzer
  2015-03-21 14:09     ` Mikael P. Sundqvist
  0 siblings, 1 reply; 4+ messages in thread
From: Norbert Melzer @ 2015-03-21 13:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 306 bytes --]

2015-03-21 14:33 GMT+01:00 Mikael P. Sundqvist <mickep@gmail.com>:
>
>    \startitemize[columns]
>       \item a
>       \item b
>       \item c
>       \item d
>       \item e
>       \item f
>     \stopitemize
> \stoptext
>

This one works. Thank you!

 Is there a way to have other column count than 2?

[-- Attachment #1.2: Type: text/html, Size: 797 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Columns and itemize not showing up as expected
  2015-03-21 13:54   ` Norbert Melzer
@ 2015-03-21 14:09     ` Mikael P. Sundqvist
  0 siblings, 0 replies; 4+ messages in thread
From: Mikael P. Sundqvist @ 2015-03-21 14:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Mar 21, 2015 at 2:54 PM, Norbert Melzer <timmelzer@gmail.com> wrote:
> This one works. Thank you!
>
>  Is there a way to have other column count than 2?

\startitemize[columns,three]

seems to give three columns.

/Mikael
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2015-03-21 14:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-21 12:38 Columns and itemize not showing up as expected Norbert Melzer
2015-03-21 13:33 ` Mikael P. Sundqvist
2015-03-21 13:54   ` Norbert Melzer
2015-03-21 14:09     ` Mikael P. Sundqvist

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