Using Threeparttable package in LaTeX

Using this package in LaTeX the creation of tables in LaTeX will not bother you more about the width of the text.

A minimal example is offered below:

——————
\begin{threeparttable}
\caption{} \label{putalablehere}
\begin{tabular}
Table contents here
you can add tnote{put
asignhere} for some thing
\end{tabular}
\begin{tablenotes}
\item[]
\item[putasign_here]
\end{tablenotes}
\end{threeparttable}
——————

So it is easy to do. Isn’t it?

1 comment so far ↓

#1 Mallik Rettiganti on 01.24.09 at 12:09 pm

very helpful, thanks!

Leave a Comment