From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18287 Path: main.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Peter_M=FCnster?= Newsgroups: gmane.comp.tex.context Subject: Re: paragraphs in starttables Date: Mon, 14 Feb 2005 20:05:10 +0100 (CET) Message-ID: References: <4210E7D1.4090807@wxs.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1108407968 32126 80.91.229.2 (14 Feb 2005 19:06:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 Feb 2005 19:06:08 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Feb 14 20:06:08 2005 Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1D0lXk-00041S-3V for gctc-ntg-context-518@m.gmane.org; Mon, 14 Feb 2005 20:06:00 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D6D46127BE; Mon, 14 Feb 2005 20:08:13 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18936-08; Mon, 14 Feb 2005 20:08:13 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B84D61277F; Mon, 14 Feb 2005 20:06:30 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1EF3E1277F for ; Mon, 14 Feb 2005 20:06:29 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18936-07 for ; Mon, 14 Feb 2005 20:06:28 +0100 (CET) Original-Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by ronja.ntg.nl (Postfix) with ESMTP id 52C651277B for ; Mon, 14 Feb 2005 20:06:28 +0100 (CET) Original-Received: from gaston.free.fr (rennes-1-62-147-97-232.dial.proxad.net [62.147.97.232]) by postfix4-2.free.fr (Postfix) with ESMTP id 3FE1E2BEB2A for ; Mon, 14 Feb 2005 20:06:25 +0100 (CET) Original-Received: by gaston.free.fr (Postfix, from userid 500) id 0B0E513C048; Mon, 14 Feb 2005 20:05:10 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by gaston.free.fr (Postfix) with ESMTP id DD88B5B8108 for ; Mon, 14 Feb 2005 20:05:10 +0100 (CET) X-X-Sender: peter@gaston.free.fr Original-To: mailing list for ConTeXt users In-Reply-To: <4210E7D1.4090807@wxs.nl> X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: main.gmane.org gmane.comp.tex.context:18287 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18287 On Mon, 14 Feb 2005, Hans Hagen wrote: > Peter M=FCnster wrote: >=20 > > while playing around with starttables, footnotes and paragraphs in > > starttables, I found some problems. Here is the first one, I would li= ke to > > get a paragraph in 2 columns: > >=20 > > \def\SomeText{\dorecurse{20}{hallo }} > > \starttext > > \starttables[s1|p(13em)|l|p(13em)|] > > \VL \SomeText \VL xxx \VL \SomeText \postponefootnotes\footnote{a foo= tnote} > > \VL \AR > > \VL \SomeText \VL > > \TWO{Not ok, since too much distance to the line at the left.}\VL\AR > > \VL \SomeText \VL xxx \VL \SomeText \VL \AR > > \stoptables > > \stoptext > >=20 > > \def\SomeText{\dorecurse{2}{hallo }} > > \starttext > > \starttables[s1|p(13em)|l|p(13em)|] > > \VL \SomeText \VL xxx \VL \SomeText \postponefootnotes\footnote{a foo= tnote} > > \VL \AR > > \VL \SomeText \VL > > \TWO\JustLeft{\vtop{\setupinterlinespace\hsize 14em Better, but I nee= d to > > calculate the hsize, and there are other workarounds for correct = vertical > > spacing. Furthermore, the footnote is lost.\strut \blank[small]}} > > \VL\AR > > \VL \SomeText \VL xxx \VL \SomeText \VL \AR > > \stoptables > > \stoptext >=20 > hm, strange table; anyhow, how about: >=20 > \postponefootnotes \bTABLE Yes, \bTABLE is nice too. Unfortunately, I need multi-page tables, table head, table tail, vertical and horizontal lines at the same time. I believe, the only table environment is \starttables, is this correct? Besides, I get the following error with your code: ERROR: Undefined control sequence. --- TeX said --- \@@tblprefix \c!each=20 \v!each=20 > btw, tabulate is the most clever with paragraphs Yes, but not multi-page... :( Greetings, Peter --=20 http://pmrb.free.fr/contact/