Is there a way to stretch braces to span a larger area? Here is an example of what I'm trying to duplicate. Here is my code
Code: Select all
\documentclass[10pt]{book}
\usepackage{rotating}
\usepackage{multirow}
\begin{document}
\begin{tabular}{lcccccl}
Jarring. & \multirow{8}{*}{\Bigg\}} & \multirow{16}{*}{\rotatebox{90}{Inside the hive.}} & \multirow{8}{*}{\Bigg\{} & \multirow{8}{*}{\rotatebox{90}{Temperature.}} & &\\
&&&&&\multirow{5}{*}{\Bigg\{} & High: Disturbance.\\
Light. &&&&&& \\
&&&&&& 57 deg. F.:Comfortable.\\
Noise. &&&&&& \\
&&&&&& Low: Disturbance. \\
Poor Honey. &&&&&& \\
&&&&&& \\
Temperature of air & \multirow{8}{*}{\Bigg\}} && \multirow{8}{*}{\Bigg\{} & \multirow{8}{*}{\rotatebox{90}{Humidity.}} &&\\
&&&&& \multirow{5}{*}{\Bigg\{} & High: Disturbance.\\
surrounding the hive. &&&&&& \\
&&&&&& 70 to 80\% Comfortable.\\
Humidity of air &&&&&& \\
&&&&&& Low: Disturbance \\
surrounding the hive. &&&&&& \\
&&&&&& \\
\end{tabular}
\end{document}
And here is the results: As you can see, the braces don't span like the original. Any suggestions would be appreciated.
Thanks...