First, you need to include the following library:
\usepackage{rotating}
Next, you can use the
sideways
environment, as follows:\begin{sideways}YOURTEXT\end{sideways}
Finally here is an example used within a table:
\begin{tabular}{|r|r|c|}\hline
\begin{sideways}Letter\end{sideways} & \begin{sideways}Frequency\end{sideways} & Words \\
\hline
A & 0.05 & Apple, Algebra, Altruistic, Angel \\
B & 0.45 & Basketball, Ballroom, Bear, Bountiful \\
\hline
\end{tabular}
Which produces:
2 comments:
Thanks!
I'm finishing off my PhD and this was like a gift from haven!
Greetzzz F
Very good! thank you.
Post a Comment