Saturday, December 19, 2015

LaTeX: Center rotated text vertically.

There seems to be 100s of ways to do this. I only had 2 columns to tweak, and this worked the best:
\raisebox{2.5\normalbaselineskip}[0pt][0pt]{\rotatebox[origin=c]{90}{Rotated Text}}
The 2.5 needs to be adjusted for the height of the row.

No comments:

Post a Comment