From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/70210 Path: news.gmane.org!not-for-mail From: Alasdair McAndrew Newsgroups: gmane.comp.tex.context Subject: A cases type environment using a right brace? Date: Thu, 21 Jul 2011 12:26:43 +1000 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0835177069==" X-Trace: dough.gmane.org 1311215605 2622 80.91.229.12 (21 Jul 2011 02:33:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jul 2011 02:33:25 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Jul 21 04:33:19 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qjj4c-0007jY-Ut for gctc-ntg-context-518@m.gmane.org; Thu, 21 Jul 2011 04:33:15 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 756D0CAE51; Thu, 21 Jul 2011 04:32:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zRb2A0oRf8tp; Thu, 21 Jul 2011 04:32:43 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 185DDCAE4B; Thu, 21 Jul 2011 04:32:43 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D9269CAE4B for ; Thu, 21 Jul 2011 04:32:40 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ciGAo4EXpohe for ; Thu, 21 Jul 2011 04:32:14 +0200 (CEST) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by balder.ntg.nl (Postfix) with ESMTP id D8EADCADE4 for ; Thu, 21 Jul 2011 04:32:13 +0200 (CEST) Original-Received: from mail-gw0-f41.google.com (mail-gw0-f41.google.com [74.125.83.41]) by filter4-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p6L2Vx5c028795 for ; Thu, 21 Jul 2011 04:32:13 +0200 Original-Received: by gwaa12 with SMTP id a12so928130gwa.14 for ; Wed, 20 Jul 2011 19:31:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=jO56Tv6GGoct/oczGnhebvv8Gr/NZRAMs6govRrLS/4=; b=wVlrCvKRsg4BPslE8n531KHiksKq7ehFFMFJ/6AgdWEnZg4EbwCwp1N0t7axIH2EVr 7UycdfdL6GeWARxyNST2Pg6+92hoSx/+OY/w4TGIRoxEn6B4Zbs2fyaJfKySeXS8CQpp HRMb4oagZucQn3jDuj8XQ5ek9dpSDCfMbULys= Original-Received: by 10.90.249.11 with SMTP id w11mr60021agh.3.1311215203712; Wed, 20 Jul 2011 19:26:43 -0700 (PDT) Original-Received: by 10.90.34.1 with HTTP; Wed, 20 Jul 2011 19:26:43 -0700 (PDT) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=74.125.83.41; country=US; region=CA; city=Mountain View; postalcode=94043; latitude=37.4192; longitude=-122.0574; metrocode=807; areacode=650; http://maps.google.com/maps?q=37.4192,-122.0574&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 05Faqw0Xd - ef4578349794 - 20110721 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:70210 --===============0835177069== Content-Type: multipart/alternative; boundary=00163631076b70ff4004a88b14f2 --00163631076b70ff4004a88b14f2 Content-Type: text/plain; charset=ISO-8859-1 I'm trying to typeset a small column of numbers with a right brace on the right, and nothing on the left. (Sort of like the opposite to the right hand side of a cases environment). I've tried: \definemathmatrix[group][left={},right={\,\right\} }] \startgroup 10\NR 9\NR 8\NR \stopgroup But this just gives me errors: and the right brace in my group definition is just ignored. So, how can I get a brace which extends to the full height of the column? If I use \definemathmatrix[group][left={},right={\,\rbrace}] This just gives me a small brace, and doesn't extend it vertically. Thanks very much! -Alasdair -- Blog: http://amca01.wordpress.com Web: http://bit.ly/Alasdair Facebook: http://www.facebook.com/alasdair.mcandrew --00163631076b70ff4004a88b14f2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'm trying to typeset a small column of numbers with a right brace on t= he right, and nothing on the left.=A0 (Sort of like the opposite to the rig= ht hand side of a cases environment).=A0 I've tried:

\definemath= matrix[group][left=3D{},right=3D{\,\right\} }]

\startgroup
=A0=A0=A0 10\NR 9\NR 8\NR=A0
\stopgroup

But this just gives me errors: and the right brace in my group def= inition is just ignored.=A0 So, how can I get a brace which extends to the = full height of the column?=A0 If I use

\definemathmatrix[group][left=3D{},right=3D{\,\rbrace}]

This jus= t gives me a small brace, and doesn't extend it vertically.

Than= ks very much!

-Alasdair

--
Blog: http://amca01.wordpress.com
Web:=A0 http://bit.ly/= Alasdair
Facebook: http://www.facebook.com/alasdair.mcandrew
--00163631076b70ff4004a88b14f2-- --===============0835177069== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============0835177069==--