From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/691 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: itemize in table Date: Thu, 12 Aug 1999 20:58:56 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <37B31970.6C05C967@wxs.nl> References: <199908121037.MAA02093@servalys.hobby.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035391537 26210 80.91.224.250 (23 Oct 2002 16:45:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:45:37 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Wybo Dekker Xref: main.gmane.org gmane.comp.tex.context:691 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:691 Wybo Dekker wrote: > When I do \startitemize in a table cell, the items are all on one > line. How can I force newlines between them? Normally a table cell is an hbox. You get an vbox when you use an p entry. \starttabulate[|l|p|] \NC test \NC \startitemize[packed] \item test \item test \stopitemize \NC \NR \stoptabulate should work ok. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl -----------------------------------------------------------------