I need some very big tables to be used for my thesis. One of the tables that I used is attached and the code is also given. But after compiling the file, my table does not appear completely on the page. Any idea how to fit it on the page?
Regards,
Code: Select all
\begin{table}[!h]\caption{Theoretical Strength of Specimens}\label{tab:ts}\centering\begin{tabular}{l l l l l l l}\toprule\tabhead{Specimen} & \tabhead{Strengthening Material} & \tabhead{Depth of Compression Block (\textit{$\alpha$, mm})} & \tabhead{Felxural Capacity (\textit{kNm})} & \tabhead{Cracking Moment (\textit{kN})} & \tabhead{Ultimate Load (\textit{kN})} & \tabhead{Enhancement in Bearing Capacity (\textit{\%}}) \\\midruleI-SB0-SWR0 & --- & 9.670 & 6.383 & 4.587 & 9.896 & --- \\II-SB4-SWR0 & 4 Steel Bars \O 6 mm & 15.80 & 9.966 & 5.10 & 15.451 & 56.133 \\III-SB0-SWR4 & 4 P-SWRs \O 3 mm & 14.650 & 9.369 & 5.338 & 14.525 & 46.776 \\IV-SB2-SWR2 & 2 Steel Bars \O 6 mm and 2 P-SWRs \O 3 mm & 15.240 & 9.680 & 5.748 & 15.0 & 51.576 \\V-SB0-SWR8 & 8 P-SWRs \O 3 mm & 19.490 & 12.050 & 7.720 & 18.682 & 88.783 \\\bottomrule\\\end{tabular}\end{table}