I want to rotate a large table with the caption. However, I can not rotate the caption for the table. Do you have any ideas how to rotate the caption for this layout? Thanks a lot.
Here my text code is below
\rotatebox{90}{
% \caption{Comparison} I cannot use this function like that
\begin{tabular}{l*{6}{c}r}
\hline
Names & A & B & C & D \\
\hline
\hline
Jobs & A & B & C & D \\
\hline
Types & A & B & C & D \\
\hline
\end{tabular}
}


biblatexandtable-of-contents? – Mico May 18 '17 at 14:33\caption-command outside of floats (figureortable). – Skillmon May 18 '17 at 14:37