Wednesday, 14 August 2013

Threeparttable centering

Threeparttable centering

I know that someone already asked pretty much the same but I cannot solve
the problem of centering my table after using threepartatble command for
the notes.
Here it is:
\begin{table}[h!tb]
\centering
\begin{threeparttable}[b]
\caption{Table1}
\label{one}
\begin{tabular}{l r r r}
\toprule
\hline
\multirow{2}{*}{country} & region & county & village \\
North Africa & 13.0 & 11.0 & 7.0 \\
Central and South Africa & 2.0 & 5.0 & 7.3 \\
Middle East & 5.3 & 3.0 & 3.0 \\
Asia & 19.0 & 24.0 & 16.7 \\
Southern Europe & 10.6 & 4.0 & 3.0 \\
ACP countries & 43.6 & 43.0 & 46.0 \\
Unallocated & 6.5 & 10.0 & 17.0 \\
\bottomrule
\end{tabular}
\begin{tablenotes}\footnotesize
\item Source: book
\end{tablenotes}
\end{threeparttable}
\end{table}

No comments:

Post a Comment