From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/8272 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Martin_Kolar=EDk?= Newsgroups: gmane.comp.tex.context Subject: RE: \use{n} in tabulate? Date: Fri, 14 Jun 2002 08:22:02 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <000101c2136b$cc2a7c40$2197fac3@mii.cz> References: <20020613182047.A19488@prioris.mini.pw.edu.pl> Reply-To: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035398687 26060 80.91.224.250 (23 Oct 2002 18:44:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:44:47 +0000 (UTC) Original-To: "ConTeXt" In-Reply-To: <20020613182047.A19488@prioris.mini.pw.edu.pl> Xref: main.gmane.org gmane.comp.tex.context:8272 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:8272 Hi, > Can I somehow make some text in row span multiple columns in > \starttabulate ... \stoptabulate? The effect I want is identical to > \use{n} macro in TaBlE. I can't use TaBlE's, because I need the > paragraphs inside tables. Maybe you can try ConTeXt's natural tables -- \bTABLE...\eTABLE. The philosophy of natural tables is very close to HTML's one and should be pretty for you. The span of rows is simple -- use \bTD[nr=]. More about natural tables you can find in core-ntb.tex or in the example enattab.pdf Martin