I am trying make a caption at the bottom of the table but I want the text to continue under the Table number. Instead i get this:
and this is my code. Thank you!
\begin{table}
\centering
\begin{threeparttable}
\begin{tabular}{lllll}
\toprule
\multicolumn{1}{l}{} ($\delta_i,c_i$) & \textbf{low} $\boldsymbol{c_i}$} & \textbf{high} $\boldsymbol{c_i}$} \ \midrule
\multirow{4}{}{\textbf{high} $\boldsymbol{\delta_i}$}} & EU (13.8,54.8) & \multicolumn{1}{c}{\multirow{4}{}{-}} \
& India (11.7, 65.8) & \multicolumn{1}{c}{} \
& China (11.0, 18.8) & \multicolumn{1}{c}{} \
& US (10.6, 32.9) & \multicolumn{1}{c}{} \ \midrule
\multirow{3}{*}{\textbf{low} $\boldsymbol{\delta_i}$}} & Russia (3.5, 93.9) & Japan (2.4, 219.2 ) \
& Brazil (2.9, 34.6) & Canada (1.0, 328.8) \
& & S. Africa (0.7, 328.8) \
% \cmidrule(l){2-3}
\bottomrule
\end{tabular}
\begin{tablenotes}
\small
\item Source: \citet{holtsmark2020}, based on estimates from \citet{nordhaus2015climate} and Mclkinsey (2009). \
\caption{ A high $\delta_i$ implies high marginal damages from emissions while a high $c_i$ implies high marginal abatement costs (for any given level of abatement) and for our model specification $c_i=1/\phi_i$.}
\end{tablenotes}
\end{threeparttable}
\end{table}


\documentclassand ending with\end{document}. The way how the caption is formatted depends on the document class and the packages in the preamble. – gernot Nov 13 '20 at 16:17