From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/43940 Path: news.gmane.org!not-for-mail From: Alan BRASLAU Newsgroups: gmane.comp.tex.context Subject: Re: span ROWS in \starttables? Date: Fri, 12 Sep 2008 10:27:34 +0200 Organization: CEA DSM-IRAMIS-SPEC Message-ID: <200809121027.34656.alan.braslau@cea.fr> References: <20080911205818.GB31572@gaston.couberia.bzh> <200809120813.17617.alan.braslau@cea.fr> <115224fb0809112334j5442af85r9cd53be0b5307b80@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221208365 13179 80.91.229.12 (12 Sep 2008 08:32:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2008 08:32:45 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 12 10:33:37 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1Ke45x-0008Nf-Co for gctc-ntg-context-518@m.gmane.org; Fri, 12 Sep 2008 10:33:37 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2A4B21FF75; Fri, 12 Sep 2008 10:32:35 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18924-02-9; Fri, 12 Sep 2008 10:31:45 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E15BD1FE37; Fri, 12 Sep 2008 10:31:44 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DA0C81FBE8 for ; Fri, 12 Sep 2008 10:31:42 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18924-02-8 for ; Fri, 12 Sep 2008 10:31:05 +0200 (CEST) Original-Received: from oxalide-out.extra.cea.fr (oxalide-out.extra.cea.fr [132.168.224.1]) by ronja.ntg.nl (Postfix) with ESMTP id 603D31FE37 for ; Fri, 12 Sep 2008 10:31:05 +0200 (CEST) Original-Received: from cyclose1.extra.cea.fr (cyclose1.extra.cea.fr [132.167.198.22]) by oxalide.extra.cea.fr (8.14.2/8.14.2/CEAnet-Internet-out-1.0) with ESMTP id m8C8U6mo006582 for ; Fri, 12 Sep 2008 10:30:06 +0200 Original-Received: from orpin1.extra.cea.fr (orpin1.extra.cea.fr [132.167.198.4]) by cyclose1.extra.cea.fr (8.13.8/8.13.8) with ESMTP id m8C8V4AK003919 for ; Fri, 12 Sep 2008 10:31:04 +0200 (envelope-from alan.braslau@cea.fr) Original-Received: from dogger.localnet (dogger.saclay.cea.fr [132.166.21.4]) by orpin1.extra.cea.fr (8.13.8/8.13.8/CEAnet-Extranet-out-1.0) with ESMTP id m8C8V4fw027621 for ; Fri, 12 Sep 2008 10:31:04 +0200 User-Agent: KMail/1.10.1 (Linux/2.6.26; KDE/4.1.1; i686; ; ) In-Reply-To: <115224fb0809112334j5442af85r9cd53be0b5307b80@mail.gmail.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:43940 Archived-At: On Friday 12 September 2008 08:34:15 Wolfgang Schuster wrote: > On Fri, Sep 12, 2008 at 8:13 AM, Alan BRASLAU wrote: > > > > Is there any mechanism to span ROWS in (\start)tables > > similar to column spanning through \use{3}{}? > > The aim is to produce a multi-row column entry > > as can be done via \bTD[nr=3] in \bTABLE. > > \NC \use{3} ... \NC ... > > or > > \NC \THREE ... \NC ... > > You can find more information on the wiki page: > http://wiki.contextgarden.net/Table > > Wolfgang This mechanism spans COLUMNS not rows. I would like to produce --------- | | b | | |---| | A | c | | |---| | | d | --------- using \starttables, as can be done with: \setupTABLE[c][1][align=lohi] \bTABLE \bTR \bTC[nr=3] A \eTC\bTC b \eTC \eTR \bTR \bTC c \eTC \eTR \bTR \bTC d \eTC \eTR \eTABLE Note that: \starttables[|c|c|] \HL \VL \VL b \VL\AR \DC \DL \DR \VL A \VL c \VL\AR \DC \DL \DR \VL \VL d \VL\LR \HL \stoptables does not quite do the job, since the aim is to put a tall object "A" spanning the three rows. Alan ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________