Search found 1 match

by nick
Fri Feb 22, 2008 3:03 pm
Forum: General
Topic: Center Sideways Text in Table
Replies: 1
Views: 4054

Center Sideways Text in Table

Does anyone know how to center sideways text in a table?

Example:

\begin{tabular}{|c|c|c|}
\hline
& \begin{sideways}USERNAME\end{sideways}&
\begin{sideways}PASSW\end{sideways}\\
\hline
NAME1 & x & x \\
\hline
NAME2 & x & x \\
\hline
\end{tabular}

I wish to vertically center the sideways text ...