Graphics, Figures & Tablesctable and resize

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
arminius
Posts: 1
Joined: Fri Dec 04, 2009 12:18 pm

ctable and resize

Post by arminius »

hi all
i have a problem with a huge table, and i must resize the dimension in the width of the page but i must put some footnote at the end of the table and someone of the marker in table must aim a single footnote. So i see the package \ctable, but i don't know how resize the table in the page. Can i use the \resizebox{\columnwidth}{!}{ }
command with ctable?

Until now i use a table ambient but i don't like the line above the footnote, that one on ctable are better. This is my table

\begin{table}[p]
\caption{BELLA}
\label{tab:BELLA}
\begin{minipage}{\linewidth}
\centering
\resizebox{\columnwidth}{!}{%
\begin{tabular}{lcccc}
\toprule
& & VALORE & VALORE & VALORE \\
& & INIZIALE & FINALE & ATTESO \\
\midrule
\textit{\textbf{FUNZIONE OBIETTIVO}} & & & & \\
dato & & --dato-- & --dato-- & --dato-- \\
\midrule
messaggio-messaggio-messaggio-messaggio\footnote{A footnote.\label{fn:a}} &[--dato--;--dato--]& --dato-- & --dato-- & --dato-- \\
messaggio-messaggio-messaggio-messaggio &[--dato--;--dato--]& --dato-- & --dato-- & --dato-- \\
messaggio-messaggio-messaggio-messaggio\footref{fn:a} &[--dato--;--dato--]& --dato-- & --dato-- & --dato-- \\
messaggio-messaggio-messaggio-messaggio &[--dato--;--dato--]& --dato-- & --dato-- & --dato-- \\
messaggio-messaggio-messaggio-messaggio\footref{fn:a} &[--dato--;--dato--]& --dato-- & --dato-- & --dato-- \\
messaggio-messaggio-messaggio-messaggio &[--dato--;--dato--]& --dato-- & --dato-- & --dato-- \\
messaggio-messaggio-messaggio-messaggio\footnote{Footnote.\label{fn:b}} &[--dato--;--dato--]& --dato-- & --dato-- & --dato-- \\
messaggio-messaggio-messaggio-messaggio &[--dato--;--dato--]& --dato-- & --dato-- & --dato-- \\
messaggio-messaggio-messaggio-messaggio\footref{fn:b} &[--dato--;--dato--]& --dato-- & --dato-- & --dato-- \\
messaggio-messaggio-messaggio-messaggio &[--dato--;--dato--]& --dato-- & --dato-- & --dato-- \\
messaggio-messaggio-messaggio-messaggio\footref{fn:b} &[--dato--;--dato--]& --dato-- & --dato-- & --dato-- \\
messaggio-messaggio-messaggio-messaggio &[--dato--;--dato--]& --dato-- & --dato-- & --dato-- \\
messaggio-messaggio-messaggio-messaggio &[--dato--;--dato--]& --dato-- & --dato-- & --dato-- \\
messaggio-messaggio-messaggio-messaggio &[--dato--;--dato--]& --dato-- & --dato-- & --dato-- \\
messaggio-messaggio-messaggio-messaggio &[--dato--;--dato--]& --dato-- & --dato-- & --dato-- \\
\bottomrule
\end{tabular}
}
\end{minipage}
\end{table}

PS: i can't rotate the table
Thanks

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