From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/43941 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: span ROWS in \starttables? Date: Fri, 12 Sep 2008 10:51:58 +0200 Message-ID: <115224fb0809120151n556aafc6p31c95115596b1076@mail.gmail.com> References: <20080911205818.GB31572@gaston.couberia.bzh> <200809120813.17617.alan.braslau@cea.fr> <115224fb0809112334j5442af85r9cd53be0b5307b80@mail.gmail.com> <200809121027.34656.alan.braslau@cea.fr> 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 1221209641 17155 80.91.229.12 (12 Sep 2008 08:54:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2008 08:54:01 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 12 10:54:55 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 1Ke4QW-0005JW-Jr for gctc-ntg-context-518@m.gmane.org; Fri, 12 Sep 2008 10:54:52 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 764411FF66; Fri, 12 Sep 2008 10:53:43 +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 24575-02-8; Fri, 12 Sep 2008 10:52:47 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E082D1FF12; Fri, 12 Sep 2008 10:52:46 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9A0031FF13 for ; Fri, 12 Sep 2008 10:52:44 +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 24575-02-7 for ; Fri, 12 Sep 2008 10:52:04 +0200 (CEST) Original-Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.152]) by ronja.ntg.nl (Postfix) with ESMTP id BA9A01FD60 for ; Fri, 12 Sep 2008 10:52:01 +0200 (CEST) Original-Received: by yw-out-1718.google.com with SMTP id 5so258635ywm.74 for ; Fri, 12 Sep 2008 01:52:00 -0700 (PDT) Original-Received: by 10.103.229.12 with SMTP id g12mr2769305mur.6.1221209518358; Fri, 12 Sep 2008 01:51:58 -0700 (PDT) Original-Received: by 10.103.215.10 with HTTP; Fri, 12 Sep 2008 01:51:58 -0700 (PDT) In-Reply-To: <200809121027.34656.alan.braslau@cea.fr> 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:43941 Archived-At: On Fri, Sep 12, 2008 at 10:27 AM, Alan BRASLAU wrote: > 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. Sorry for this wrong information. > 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 \VL \smash{\vcenter{\hbox{\definedfont[Serif at 70pt]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. Wolfgang ___________________________________________________________________________________ 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 ___________________________________________________________________________________