tags:

views:

182

answers:

2

Hi,

is there a way to rotate the "Demo 1", "Demo2" and "Demo 3" headlines 90° in the following LaText table?

\documentclass[a4paper,twoside,10pt]{report}
\begin{document}
\begin{tabular}{|l|l|l|l|}
\hline
 & Demo1 & Demo2 & Demo3 \\
\hline
Person 1 & x &  &    \\
\hline
Person 2 & x &  &  x  \\
\hline
Person 3 & x & x &    \\
\hline
Person 4 &  & x &  x  \\
\hline
\end{tabular}
\end{document}

Thanks

+2  A: 

Yes

klausbyskov
+1  A: 

try this link

xscape
hm their tips just rotate the entire table ... that's not what I was asking for ... I just want to rotate the headlines...
pagid