sorry to bother you but although I tried the search function, I could not find a solution to my specific problem.
I am using a table in latex with rotated headings:
Code: Select all
\newcommand*\rot{\rotatebox{90}}
\begin{table}
\caption{Table caption.}
\begin{threeparttable}
\begin{tabular}{ | l || c | c | }
\hline
\centering
\diagbox[innerwidth=18em]{Text}{\raisebox{-0.27cm}{Method}} & \rot{Head1} & \rot{Head2} \\ \hline
Description & foo\tnote{1} & bar \\ \hline
\end{tabular}
\begin{tablenotes}
\item[1] Note
\end{tablenotes}
\end{threeparttable}
\label{tbl:table}
\end{table}
Thanks a lot for any help!
Greetings