On 07/21/2011 05:50 AM, Aditya Mahajan wrote:
On Thu, 21 Jul 2011, Alasdair McAndrew wrote:
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:
May I chime in with a related question? Is there a dedicated ConTeXt way of having something similar in text mode? A column of content with a brace on its right (or left)? I have sometimes used something like this (which I think is from A Beginner's Book of TeX): \starttext \setbox1=\vbox{\hsize2cm Some \crlf vertical \crlf material } \setbox2=\vbox{\hbox{X}} \startformula \left.\vcenter{\box1}\right\}\vcenter{\box2} \stopformula \stoptext But I was wondering if there's a less hackish, more elegant way of doing this in ConTeXt. All best Thomas