ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: Itemize within tabulate does not work correctly, I think.
Date: Fri, 25 Jan 2002 10:35:09 +0100	[thread overview]
Message-ID: <5.1.0.14.1.20020125103238.03cf3508@server-1> (raw)
In-Reply-To: <87adv2yh8w.fsf@inanna.rimspace.net>

At 07:19 PM 1/25/2002 +1100, Daniel Pittman wrote:
>I am relatively new to ConTeXt and hardly a TeX expert by any means, so
>I hope that the obvious point I have missed can be easily pointed out.
>
>The attached document trivially reproduces the issue I am having with
>layout. What I want to achieve is something like:
>
>* item one      text that continues along here
>* item two      and wraps nicely...
>
>Unfortunately, the itemize in the left column places all the items on a
>single line, even if I end them each with '\par'
>
>So, if itemize and tabulate do work together, which may not be true,
>what have I done wrong?

you need the p entrY :

\starttabulate[|l|p|]
\NC item one   \NC \startitemize
                    \item \input tufte
                    \item \input tufte
                    \item \input tufte
                    \stopitemize \NC \NR
\NC item two   \NC \startitemize
                    \item \input tufte
                    \item \input tufte
                    \item \input tufte
                    \stopitemize \NC \NR
\stoptabulate
-------------------------------------------------------------------------
                                   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
-------------------------------------------------------------------------
                                   fall-back web server: 
www.pragma-pod.nl
-------------------------------------------------------------------------


  reply	other threads:[~2002-01-25  9:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-25  8:19 Daniel Pittman
2002-01-25  9:35 ` Hans Hagen [this message]
2002-01-25 11:23   ` Daniel Pittman
2002-01-25 11:47     ` Berend de Boer
2002-01-25 12:18       ` Daniel Pittman
2002-01-25 12:22         ` Berend de Boer
2002-01-25 12:59         ` Hans Hagen
2002-01-25 22:24           ` Daniel Pittman
2002-01-27 18:22             ` Hans Hagen
2002-01-25 12:12     ` Taco Hoekwater
2002-01-25 12:56     ` Hans Hagen

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.20020125103238.03cf3508@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).