Graphics, Figures & TablesRotating text in table

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
aero
Posts: 2
Joined: Fri Nov 13, 2009 4:27 pm

Rotating text in table

Post by aero »

I want to create a table (with tabular) and the words in the first column should be horizontal, but i want the words in the first row the be placed vertical.

I did this with the rotating package but i also want to know how to do this with boxes,
How can you do this with boxes ?

Recommended reading 2024:

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

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Rotating text in table

Post by gmedina »

Hi,

What exactly do you mean by "do this with boxes"? At some point you will have to rotate the text... and then you will need some rotating mechanism (the \rotatebox comand provided by the graphicx package, for example).
1,1,2,3,5,8,13,21,34,55,89,144,233,...
aero
Posts: 2
Joined: Fri Nov 13, 2009 4:27 pm

Re: Rotating text in table

Post by aero »

Yeah, that was what i meant, thanks :)
Post Reply