Search found 1 match

by abujosa
Tue May 06, 2008 11:45 pm
Forum: General
Topic: Very big braces in latex
Replies: 1
Views: 13777

Very big braces in latex

I'm trying to use a big right brace } inside a table to select several rows. That is, use the } symbol instead of the common vertical line.

Here is the code that I'm using:

\begin{table}[htpb]
\caption{tablename}
\begin{tabular}{lll}
colum1 & column2 & \multirow{3}*{\Bigg\rbrace column3} \\
col1 ...