From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32940 Path: news.gmane.org!not-for-mail From: Jano Kula Newsgroups: gmane.comp.tex.context Subject: Re: delimiter bigger then \Biggr Date: Wed, 24 Jan 2007 20:49:20 +0100 Message-ID: References: <115224fb0701240621m6abfad7cw359aaee43eabca24@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: sea.gmane.org 1169678218 21156 80.91.229.12 (24 Jan 2007 22:36:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Jan 2007 22:36:58 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 24 23:36:55 2007 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 1H9qjc-0007Qi-Tp for gctc-ntg-context-518@m.gmane.org; Wed, 24 Jan 2007 23:36:52 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4DC6220025; Wed, 24 Jan 2007 23:31:40 +0100 (CET) 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 27590-01-6; Wed, 24 Jan 2007 23:31:32 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 76F2820041; Wed, 24 Jan 2007 23:31:30 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CBD871FCE8 for ; Wed, 24 Jan 2007 23:31:20 +0100 (CET) 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 27590-01-3 for ; Wed, 24 Jan 2007 23:31:13 +0100 (CET) Original-Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by ronja.ntg.nl (Postfix) with ESMTP id 1F75120041 for ; Wed, 24 Jan 2007 20:42:07 +0100 (CET) Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1H9o5Q-0007bd-HX for ntg-context@ntg.nl; Wed, 24 Jan 2007 20:47:12 +0100 Original-Received: from 8.82.broadband2.iol.cz ([83.208.82.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Jan 2007 20:47:12 +0100 Original-Received: from jano.kula by 8.82.broadband2.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Jan 2007 20:47:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 40 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 8.82.broadband2.iol.cz User-Agent: Thunderbird 1.5 (X11/20060313) In-Reply-To: <115224fb0701240621m6abfad7cw359aaee43eabca24@mail.gmail.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:32940 Archived-At: Thank you, Wolfgang. Wolfgang Schuster wrote: > Here is this example used in natural table: > > \starttext > \setupTABLE[frame=off] > \bTABLE[align={middle,lohi}] > \bTR > \bTD A \eTD > \bTD AA \eTD > \bTD[nr=5]$\left.\blackrule[width=0pt,height=14mm]\right\}$\eTD > \bTD[nr=5] description \eTD > \eTR > \bTR\bTD B \eTD\bTD BB \eTD\eTR > \bTR\bTD C \eTD\bTD CC \eTD\eTR > \bTR\bTD D \eTD\bTD DD \eTD\eTR > \bTR\bTD E \eTD\bTD EE \eTD\eTR > \eTABLE > \stoptext > > you can misuse the mathmode. Hope not. This is only the part of the story -- minimal example. Delimiter should be the part of more complex table. > \starttext > > \startformula > \startmatrix[left=\left.,right=\right\},style=\rm] > \NC A \NC AA \NR > \NC B \NC BB \NR > \NC C \NC CC \NR > \NC D \NC DD \NR > \NC E \NC EE \NR > \stopmatrix \text{ description} > \stopformula > > \stoptext