On Thu, Oct 31, 2013 at 06:27:11PM +0100, Rudolf Bahr wrote:
Is there a way to make "mathcases" more tame (i.e. without there behaviour to be centered) or do you suggest a complete other method?
Later in the evening I found Wolfgang's Mail to Vladimir Lomov from Thu May 20 13:04:15 CEST 2010 concerning braces without math-mode. I think, this will be allright for me too. Thanks to Wolfgang! Rudolf -------------------------------------------------------------------------- You can play with this: \def\linkeklammer {\setbox\scratchbox\hbox{$\left\{\vrule height .5\vsize depth .5\vsize width 0pt\relax\right.$}% \rightaligned{\hbox to .5\wd\scratchbox{\raise\dp\scratchbox\box\scratchbox\hss}}} \def\rechteklammer {\setbox\scratchbox\hbox{$\left.\vrule height .5\vsize depth .5\vsize width 0pt\relax\right\}$}% \leftaligned{\hbox to .5\wd\scratchbox{\hss\raise\dp\scratchbox\box\scratchbox}}} \defineoverlay[linkeklammer] [\linkeklammer] \defineoverlay[rechteklammer][\rechteklammer] \starttext \bTABLE \bTR[align={middle,middle},frame=off,offset=1ex] \bTD[background=linkeklammer] text \eTD \bTD text\\text\\text \eTD \bTD[background=rechteklammer] text \eTD \eTR \eTABLE \stoptext -------------------------------------------------------------------------