paysage de table en latex

% Please add the following required packages to your document preamble:

\usepackage{lscape}
\begin{landscape}
\begin{table}[]
\centering
\caption{}
\label{tab:my-table}
\begin{tabular}{lll}
 &  &  \\
 &  &  \\
 &  & 
\end{tabular}
\end{table}
\end{landscape}
chink