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{putasignhere} for some thing
\end{tabular}
\begin{tablenotes}
\item[]
\item[putasign_here]
\end{tablenotes}
\end{threeparttable}
——————
So it is easy to do. Isn’t it?
Using Threeparttable package in LaTeX
July 13th, 2004 | Science |




1 comment so far ↓
very helpful, thanks!
Leave a Comment