Graphics, Figures & Tablesi need to fit this into A4 thesis format kindly help me

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
viswabdy
Posts: 1
Joined: Tue Sep 23, 2014 7:34 am

i need to fit this into A4 thesis format kindly help me

Post by viswabdy »

in A4 page it looks so small when i add resize box with text width and if i remove that it goes out of the page the alignment of the thesis looks bad kindly help me in thus regard waiting for your positive reply regards S.Viswanath

Code: Select all

\begin{table}[h]
\centering
\caption{Inter-correlation of selected biomechanical, kinanthropometric and ball speed of university hockey players}
\label{my-label}
\rotatebox{90}{
\renewcommand\arraystretch{0.5} \setlength\minrowclearance{0.5pt}
\resizebox{\textwidth}{!}{%
\begin{tabular}{|p{3cm}|p{1.5cm}|p{1.5cm}|p{1.5cm} |p{1.5cm}|p{1.5cm}|p{1.5cm}|p{1.5cm}|p{1.5cm}|p{1.5cm}|p{1.5cm}|p{1.5cm}|p{1.5cm}|p{1.5cm}|p{1.5cm}|p{1.5cm}|p{1.5	cm}|}
\hline
\multicolumn{1}{|c|}{\textbf{Variable}} & \textbf{Ball Speed} & \textbf{Stance Width} & \textbf{Relative stance} & \textbf{Ball to front foot} & \textbf{Stick angle} & \textbf{Drag distance} & \textbf{Drag acceleration} & \textbf{Height} & \textbf{Weight} & \textbf{Arm Length} & \textbf{Leg Length} & \textbf{Humerus breadth} & \textbf{Femur breadth} & \textbf{Arm girth relax} & \textbf{Calf girth} & \textbf{Skin fold} \\ \hline
Ball Speed & 1 & 0.277 & 0.092 & -0.075 & 0.421 & 0.095 & 0.257 & 0.220 & 0.056 & 0.378 & 0.252 & -0.332 & -0.116 & 0.207 & 0.022 & 0.115 \\ \hline
Stance Width &  & 1 & 0.055 & -0.223 & 0.352 & -0.049 & 0.190 & 0.104 & -0.050 & -0.003 & -0.013 & -0.157 & -0.060 & -0.006 & 0.114 & 0.094 \\ \hline
Relative stance &  &  & 1 & -0.059 & 0.152 & -0.073 & 0.093 & 0.180 & -0.050 & 0.107 & -0.009 & -0.053 & 0.037 & 0.171 & -0.157 & -0.169 \\ \hline
Ball to front foot &  &  &  & 1 & 0.052 & 0.095 & -0.197 & 0.122 & -0.002 & -0.094 & -0.113 & 0.385 & 0.210 & 0.084 & 0.054 & -0.111 \\ \hline
Stick angle &  &  &  &  & 1 & -0.056 & 0.116 & 0.127 & 0.052 & 0.214 & 0.168 & -0.025 & 0.046 & 0.126 & 0.011 & -0.104 \\ \hline
Drag distance &  &  &  &  &  & 1 & 0.038 & -0.027 & 0.070 & -0.271 & -0.005 & -0.141 & 0.068 & -0.209 & 0.085 & 0.047 \\ \hline
Drag acceleration &  &  &  &  &  &  & 1 & 0.004 & -0.060 & 0.244 & 0.147 & -0.030 & -0.111 & 0.129 & 0.008 & 0.132 \\ \hline
Height &  &  &  &  &  &  &  & 1 & -0.140 & 0.141 & -0.166 & -0.059 & -0.273 & -0.088 & 0.112 & -0.109 \\ \hline
Weight &  &  &  &  &  &  &  &  & 1 & -0.101 & -0.109 & 0.070 & 0.105 & 0.176 & 0.064 & -0.074 \\ \hline
Arm Length &  &  &  &  &  &  &  &  &  & 1 & -0.022 & -0.117 & -0.010 & 0.038 & 0.216 & 0.158 \\ \hline
Leg Length &  &  &  &  &  &  &  &  &  &  & 1 & -0.068 & -0.158 & -0.071 & -0.238 & 0.160 \\ \hline
Humerus breadth &  &  &  &  &  &  &  &  &  &  &  & 1 & 0.144 & 0.077 & -0.098 & -0.054 \\ \hline
Femur breadth &  &  &  &  &  &  &  &  &  &  &  &  & 1 & 0.171 & -0.058 & -0.104 \\ \hline
Arm girth relax &  &  &  &  &  &  &  &  &  &  &  &  &  & 1 & -0.078 & 0.033 \\ \hline
Calf girth &  &  &  &  &  &  &  &  &  &  &  &  &  &  & 1 & -0.066 \\ \hline
Skin fold &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  & 1 \\ \hline
\end{tabular}}
}
\end{table}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

i need to fit this into A4 thesis format kindly help me

Post by Johannes_B »

Hi and welcome.

You didn't specify which thesis template. There are thousands out there. Please direct us to a place where we can find it, because minrowclearance is not defined.

Most convenient way would be to prepare a minimal working example. So we all have the same knowledge base.

EDIT: Package colortbl provides a command minrowclearance. Seeing the output, i think you will acceppt sooner or later, that this table is just to big.

Please have a look at the documentation of package booktabs. It includes some useful tips on how to typeset readable tables.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply