How to insert curly bracket in multirow table
Clash Royale CLAN TAG#URR8PPP
up vote
6
down vote
favorite
I am constructing a table, where I have a multirow spanning 3 rows. Inside this multirow I would like a big curly bracket that spans the 3 rows. Unfortunately, I have not been able to get it to work. I have tried align and other ways of inserting an equation into the table, but since I'm very new to Tex, I have not been able to get it to work.
This is a minimal working example of what my table looks like at the moment:
documentclass[11pt]report
usepackageamsmath
usepackagemultirow
usepackagearray
begindocument
begincenter
begintabularc c c c
textbfCycle Step & textbfTemp (C) & textbfTime\
hline
1 & 95 & 5 min &\
2 & 95 & 30s & multirow3*x35cycles} \
3 & 60 & 30s & \
4 & 68 & 40s & \
5 & 68 & 5 min & \
endtabular
endcenter
enddocument
So my question is, how do I get the } in the multirow to span row 2-4 so that it's clear that it's these three rows that should be repeated? Right now it only has the height of one row.
tables equations multirow brackets
add a comment |Â
up vote
6
down vote
favorite
I am constructing a table, where I have a multirow spanning 3 rows. Inside this multirow I would like a big curly bracket that spans the 3 rows. Unfortunately, I have not been able to get it to work. I have tried align and other ways of inserting an equation into the table, but since I'm very new to Tex, I have not been able to get it to work.
This is a minimal working example of what my table looks like at the moment:
documentclass[11pt]report
usepackageamsmath
usepackagemultirow
usepackagearray
begindocument
begincenter
begintabularc c c c
textbfCycle Step & textbfTemp (C) & textbfTime\
hline
1 & 95 & 5 min &\
2 & 95 & 30s & multirow3*x35cycles} \
3 & 60 & 30s & \
4 & 68 & 40s & \
5 & 68 & 5 min & \
endtabular
endcenter
enddocument
So my question is, how do I get the } in the multirow to span row 2-4 so that it's clear that it's these three rows that should be repeated? Right now it only has the height of one row.
tables equations multirow brackets
add a comment |Â
up vote
6
down vote
favorite
up vote
6
down vote
favorite
I am constructing a table, where I have a multirow spanning 3 rows. Inside this multirow I would like a big curly bracket that spans the 3 rows. Unfortunately, I have not been able to get it to work. I have tried align and other ways of inserting an equation into the table, but since I'm very new to Tex, I have not been able to get it to work.
This is a minimal working example of what my table looks like at the moment:
documentclass[11pt]report
usepackageamsmath
usepackagemultirow
usepackagearray
begindocument
begincenter
begintabularc c c c
textbfCycle Step & textbfTemp (C) & textbfTime\
hline
1 & 95 & 5 min &\
2 & 95 & 30s & multirow3*x35cycles} \
3 & 60 & 30s & \
4 & 68 & 40s & \
5 & 68 & 5 min & \
endtabular
endcenter
enddocument
So my question is, how do I get the } in the multirow to span row 2-4 so that it's clear that it's these three rows that should be repeated? Right now it only has the height of one row.
tables equations multirow brackets
I am constructing a table, where I have a multirow spanning 3 rows. Inside this multirow I would like a big curly bracket that spans the 3 rows. Unfortunately, I have not been able to get it to work. I have tried align and other ways of inserting an equation into the table, but since I'm very new to Tex, I have not been able to get it to work.
This is a minimal working example of what my table looks like at the moment:
documentclass[11pt]report
usepackageamsmath
usepackagemultirow
usepackagearray
begindocument
begincenter
begintabularc c c c
textbfCycle Step & textbfTemp (C) & textbfTime\
hline
1 & 95 & 5 min &\
2 & 95 & 30s & multirow3*x35cycles} \
3 & 60 & 30s & \
4 & 68 & 40s & \
5 & 68 & 5 min & \
endtabular
endcenter
enddocument
So my question is, how do I get the } in the multirow to span row 2-4 so that it's clear that it's these three rows that should be repeated? Right now it only has the height of one row.
tables equations multirow brackets
asked Aug 28 at 10:45
Anna
334
334
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
7
down vote
accepted
Something like that?
Addendum
Another solution to let the right brace out of the tabular, with an ugly hack, to mimic what @Bernard proposed.
documentclass[11pt]report
usepackageamsmath
usepackagemultirow
usepackagearray
usepackagesiunitx
usepackagebooktabs
begindocument
begincenter
begintabular@c c l@
toprule
textbfCycle Step & textbfTemp $left(sicelsiusright)$ & textbfTime\
midrule
1 & 95 & SI5minute \
2 & 95 & multirow3*$left.beginarrayl
SI30second\
SI30second\
SI45second
endarrayrightrbracetimesSI35cycles$ \
3 & 60 & \
4 & 68 & \
5 & 68 & SI5minute\
bottomrule
endtabular
begintabular@c cc@ l@
cmidrule1-3
textbfCycle Step & textbfTemp $left(sicelsiusright)$ & textbfTime\
cmidrule1-3
1 & 95 & SI5minute & \
2 & 95 & SI30second & multirow3*hspace-1em$left.beginarrayl
\
\
\
endarrayrightrbracetimesSI35cycles$ \
3 & 60 & SI30second & \
4 & 68 & SI45second &\
5 & 68 & SI5minute\
cmidrule1-3
endtabular
endcenter
enddocument
Yes! Thank you so much for your help!
– Anna
Aug 28 at 11:32
add a comment |Â
up vote
7
down vote
The bigdelim
package, which comes with multirow
is designed for this sort of things. I added some improvements of the tabl with makecell
and booktabs
:
documentclass[11pt]report
usepackagetextcomp
usepackageamsmath
usepackagearray, multirow, bigdelim, makecell, booktabs
begindocument
begincenter
renewcommandtheadfontnormalsizebfseries
begintabularc c cl
theadCycle\ Step & theadTemp \(textcelsius) & theadTime\
cmidrule1-3
1 & 95 & 5,min \
2 & 95 & 30,s & hspace-1emrdelim}3*[$times35$ cycles] \
3 & 60 & 30,s \
4 & 68 & 40,s \
5 & 68 & 5,min \
endtabular
endcenter
enddocument
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
7
down vote
accepted
Something like that?
Addendum
Another solution to let the right brace out of the tabular, with an ugly hack, to mimic what @Bernard proposed.
documentclass[11pt]report
usepackageamsmath
usepackagemultirow
usepackagearray
usepackagesiunitx
usepackagebooktabs
begindocument
begincenter
begintabular@c c l@
toprule
textbfCycle Step & textbfTemp $left(sicelsiusright)$ & textbfTime\
midrule
1 & 95 & SI5minute \
2 & 95 & multirow3*$left.beginarrayl
SI30second\
SI30second\
SI45second
endarrayrightrbracetimesSI35cycles$ \
3 & 60 & \
4 & 68 & \
5 & 68 & SI5minute\
bottomrule
endtabular
begintabular@c cc@ l@
cmidrule1-3
textbfCycle Step & textbfTemp $left(sicelsiusright)$ & textbfTime\
cmidrule1-3
1 & 95 & SI5minute & \
2 & 95 & SI30second & multirow3*hspace-1em$left.beginarrayl
\
\
\
endarrayrightrbracetimesSI35cycles$ \
3 & 60 & SI30second & \
4 & 68 & SI45second &\
5 & 68 & SI5minute\
cmidrule1-3
endtabular
endcenter
enddocument
Yes! Thank you so much for your help!
– Anna
Aug 28 at 11:32
add a comment |Â
up vote
7
down vote
accepted
Something like that?
Addendum
Another solution to let the right brace out of the tabular, with an ugly hack, to mimic what @Bernard proposed.
documentclass[11pt]report
usepackageamsmath
usepackagemultirow
usepackagearray
usepackagesiunitx
usepackagebooktabs
begindocument
begincenter
begintabular@c c l@
toprule
textbfCycle Step & textbfTemp $left(sicelsiusright)$ & textbfTime\
midrule
1 & 95 & SI5minute \
2 & 95 & multirow3*$left.beginarrayl
SI30second\
SI30second\
SI45second
endarrayrightrbracetimesSI35cycles$ \
3 & 60 & \
4 & 68 & \
5 & 68 & SI5minute\
bottomrule
endtabular
begintabular@c cc@ l@
cmidrule1-3
textbfCycle Step & textbfTemp $left(sicelsiusright)$ & textbfTime\
cmidrule1-3
1 & 95 & SI5minute & \
2 & 95 & SI30second & multirow3*hspace-1em$left.beginarrayl
\
\
\
endarrayrightrbracetimesSI35cycles$ \
3 & 60 & SI30second & \
4 & 68 & SI45second &\
5 & 68 & SI5minute\
cmidrule1-3
endtabular
endcenter
enddocument
Yes! Thank you so much for your help!
– Anna
Aug 28 at 11:32
add a comment |Â
up vote
7
down vote
accepted
up vote
7
down vote
accepted
Something like that?
Addendum
Another solution to let the right brace out of the tabular, with an ugly hack, to mimic what @Bernard proposed.
documentclass[11pt]report
usepackageamsmath
usepackagemultirow
usepackagearray
usepackagesiunitx
usepackagebooktabs
begindocument
begincenter
begintabular@c c l@
toprule
textbfCycle Step & textbfTemp $left(sicelsiusright)$ & textbfTime\
midrule
1 & 95 & SI5minute \
2 & 95 & multirow3*$left.beginarrayl
SI30second\
SI30second\
SI45second
endarrayrightrbracetimesSI35cycles$ \
3 & 60 & \
4 & 68 & \
5 & 68 & SI5minute\
bottomrule
endtabular
begintabular@c cc@ l@
cmidrule1-3
textbfCycle Step & textbfTemp $left(sicelsiusright)$ & textbfTime\
cmidrule1-3
1 & 95 & SI5minute & \
2 & 95 & SI30second & multirow3*hspace-1em$left.beginarrayl
\
\
\
endarrayrightrbracetimesSI35cycles$ \
3 & 60 & SI30second & \
4 & 68 & SI45second &\
5 & 68 & SI5minute\
cmidrule1-3
endtabular
endcenter
enddocument
Something like that?
Addendum
Another solution to let the right brace out of the tabular, with an ugly hack, to mimic what @Bernard proposed.
documentclass[11pt]report
usepackageamsmath
usepackagemultirow
usepackagearray
usepackagesiunitx
usepackagebooktabs
begindocument
begincenter
begintabular@c c l@
toprule
textbfCycle Step & textbfTemp $left(sicelsiusright)$ & textbfTime\
midrule
1 & 95 & SI5minute \
2 & 95 & multirow3*$left.beginarrayl
SI30second\
SI30second\
SI45second
endarrayrightrbracetimesSI35cycles$ \
3 & 60 & \
4 & 68 & \
5 & 68 & SI5minute\
bottomrule
endtabular
begintabular@c cc@ l@
cmidrule1-3
textbfCycle Step & textbfTemp $left(sicelsiusright)$ & textbfTime\
cmidrule1-3
1 & 95 & SI5minute & \
2 & 95 & SI30second & multirow3*hspace-1em$left.beginarrayl
\
\
\
endarrayrightrbracetimesSI35cycles$ \
3 & 60 & SI30second & \
4 & 68 & SI45second &\
5 & 68 & SI5minute\
cmidrule1-3
endtabular
endcenter
enddocument
edited Aug 30 at 6:45
answered Aug 28 at 10:57
NBur
66311
66311
Yes! Thank you so much for your help!
– Anna
Aug 28 at 11:32
add a comment |Â
Yes! Thank you so much for your help!
– Anna
Aug 28 at 11:32
Yes! Thank you so much for your help!
– Anna
Aug 28 at 11:32
Yes! Thank you so much for your help!
– Anna
Aug 28 at 11:32
add a comment |Â
up vote
7
down vote
The bigdelim
package, which comes with multirow
is designed for this sort of things. I added some improvements of the tabl with makecell
and booktabs
:
documentclass[11pt]report
usepackagetextcomp
usepackageamsmath
usepackagearray, multirow, bigdelim, makecell, booktabs
begindocument
begincenter
renewcommandtheadfontnormalsizebfseries
begintabularc c cl
theadCycle\ Step & theadTemp \(textcelsius) & theadTime\
cmidrule1-3
1 & 95 & 5,min \
2 & 95 & 30,s & hspace-1emrdelim}3*[$times35$ cycles] \
3 & 60 & 30,s \
4 & 68 & 40,s \
5 & 68 & 5,min \
endtabular
endcenter
enddocument
add a comment |Â
up vote
7
down vote
The bigdelim
package, which comes with multirow
is designed for this sort of things. I added some improvements of the tabl with makecell
and booktabs
:
documentclass[11pt]report
usepackagetextcomp
usepackageamsmath
usepackagearray, multirow, bigdelim, makecell, booktabs
begindocument
begincenter
renewcommandtheadfontnormalsizebfseries
begintabularc c cl
theadCycle\ Step & theadTemp \(textcelsius) & theadTime\
cmidrule1-3
1 & 95 & 5,min \
2 & 95 & 30,s & hspace-1emrdelim}3*[$times35$ cycles] \
3 & 60 & 30,s \
4 & 68 & 40,s \
5 & 68 & 5,min \
endtabular
endcenter
enddocument
add a comment |Â
up vote
7
down vote
up vote
7
down vote
The bigdelim
package, which comes with multirow
is designed for this sort of things. I added some improvements of the tabl with makecell
and booktabs
:
documentclass[11pt]report
usepackagetextcomp
usepackageamsmath
usepackagearray, multirow, bigdelim, makecell, booktabs
begindocument
begincenter
renewcommandtheadfontnormalsizebfseries
begintabularc c cl
theadCycle\ Step & theadTemp \(textcelsius) & theadTime\
cmidrule1-3
1 & 95 & 5,min \
2 & 95 & 30,s & hspace-1emrdelim}3*[$times35$ cycles] \
3 & 60 & 30,s \
4 & 68 & 40,s \
5 & 68 & 5,min \
endtabular
endcenter
enddocument
The bigdelim
package, which comes with multirow
is designed for this sort of things. I added some improvements of the tabl with makecell
and booktabs
:
documentclass[11pt]report
usepackagetextcomp
usepackageamsmath
usepackagearray, multirow, bigdelim, makecell, booktabs
begindocument
begincenter
renewcommandtheadfontnormalsizebfseries
begintabularc c cl
theadCycle\ Step & theadTemp \(textcelsius) & theadTime\
cmidrule1-3
1 & 95 & 5,min \
2 & 95 & 30,s & hspace-1emrdelim}3*[$times35$ cycles] \
3 & 60 & 30,s \
4 & 68 & 40,s \
5 & 68 & 5,min \
endtabular
endcenter
enddocument
edited Aug 28 at 13:40
answered Aug 28 at 11:39
Bernard
155k763189
155k763189
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f448121%2fhow-to-insert-curly-bracket-in-multirow-table%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password