[NTG-context] delimiter bigger then \Biggr
Wolfgang Schuster
schuster.wolfgang at googlemail.com
Wed Jan 24 15:21:47 CET 2007
2007/1/24, Jano Kula <jano.kula at tiscali.cz>:
>
> Greetings!
>
> How would you make right delimiter } bigger then $\Biggr\}$ to join
> several lines in table?
>
> A AA -|
> B BB |
> C CC |- description
> D DD |
> E EE -|
>
> Is there a better solution (?) than
>
> $\left.\blackrule[width=0pt,height=14mm]\right\}$
>
>
>
> 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
>
>
> Thanks.
>
> Jano
Hi Jano,
you can misuse the mathmode.
\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
Wolfgang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.ntg.nl/pipermail/ntg-context/attachments/20070124/271819fc/attachment.html
More information about the ntg-context
mailing list