Graphics, Figures & Tableslongtable | Resize and center a Table

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
I am Gianluca
Posts: 6
Joined: Wed Dec 21, 2011 4:23 pm

longtable | Resize and center a Table

Post by I am Gianluca »

Hi all,
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}
Moreover I don't understand how resize the table. Normally I use something similar to this:

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}
... but with longtable environment I'm not able to resize the 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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply