Code: Select all
\documentclass[twoside]{report}
\usepackage{rotating}
\usepackage{tabulary}
\begin{document}
\begin{sidewaystable}[h]\footnotesize
\centering
\begin{tabular}{l r c }
\hline
\noalign{\smallskip}
test & test & test\\
\hline
\end{tabular}
\caption{}\label{rotfloat2}
\end{sidewaystable}
\end{document}
Code: Select all
\begin{sidewaystable}[h]\footnotesize
\centering
\begin{tabulary}{L R c }
\hline
\noalign{\smallskip}
test & test & test\\
\hline
\end{tabulary}
\caption{}\label{rotfloat2}
\end{sidewaystable}
Thank you in advance for your help!
Sytske