hello friends,
As my table heading is very big it is impossible to accomodate in a single paper, when i place it horizontally.
it will be comfortable if place the headings vertically. and the remaining table contents can be placed normally.
For your clear idea, i have attached the pdf for your clear reference.
Thank you in anticipation.
Regards,
Muthu
Graphics, Figures & Tables ⇒ table heading alone in vertical direction
-
- Posts: 97
- Joined: Fri Sep 04, 2009 4:56 pm
table heading alone in vertical direction
- Attachments
-
- muthu.pdf
- (166.2 KiB) Downloaded 291 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

table heading alone in vertical direction
Hi,
you can rotate the text using, for example, the \rotatebox command provided by the graphicx package, as the following example suggests:
you can rotate the text using, for example, the \rotatebox command provided by the graphicx package, as the following example suggests:
Code: Select all
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{tabular}{|l|c|}\hline
\rotatebox{90}{some rotated text} & \rotatebox{90}{some rotated text}\\\hline
some text & some text\\ \hline
\end{tabular}
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
-
- Posts: 97
- Joined: Fri Sep 04, 2009 4:56 pm
Re: table heading alone in vertical direction
Hello Gmedina,
Thank you very much...
That's really a great idea.... And it is working fine..
Regards,
Muthu
Thank you very much...
That's really a great idea.... And it is working fine..
Regards,
Muthu