I have some problems with longtable environment. I don't understand where I should put \begin{centre} command.
Code: Select all
\begin{longtable}{...}
\caption{...}
\label{...}
...
\begin{quotation}\footnotesize
...
\end{quotation}
\end{longtable}
Code: Select all
\begin{table}
\caption{...}
\label{...}
\begin{centre}
\scalebox{0.65}{
\begin{tabular}{...}
...
\end{tabular}}
\end{centre}
\begin{quotation}\footnotesize
...
\end{quotation}
\end{table}

I've already tried to find the solution on longtable package's documentation but I didn't find anything helpful.
Thank you for your time.
Gianluca