From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2192 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: RE: Questions Date: Fri, 02 Jun 2000 01:33:33 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.6.32.20000602013333.00b7ee70@pop.wxs.nl> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035392978 6825 80.91.224.250 (23 Oct 2002 17:09:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:09:38 +0000 (UTC) Cc: Original-To: "Berend de Boer" In-Reply-To: <006701bfcbd2$86c6cf10$0321a8c0@bmach.nederware.nl> Xref: main.gmane.org gmane.comp.tex.context:2192 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2192 At 04:06 PM 6/1/2000 +0200, Berend de Boer wrote: >> Thanks. it can set the column width. But how can I place a long >> table in four or file pages? just like the longtable package >> does in latex? > >\starttabulate automatically breaks across pages (not always in exactly the >line you sometimes want, but that's a minor issue). > >It does not float, so it starts right where you put it. It can float, try: \setuplayout[height=5cm] \startbuffer \starttabulate[|||] \NC test \NC test \NC \NR \NC test \NC test \NC \NR \NC test \NC test \NC \NR \NC test \NC test \NC \NR \NC test \NC test \NC \NR \NC test \NC test \NC \NR \NC test \NC test \NC \NR \NC test \NC test \NC \NR \NC test \NC test \NC \NR \NC test \NC test \NC \NR \NC test \NC test \NC \NR \NC test \NC test \NC \NR \stoptabulate \stopbuffer \splitfloat {\placetable{caption}} {\getbuffer} [still a bit experimental btw] 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 -----------------------------------------------------------------