
Zitat von
Moadin
Ich habe vorher threeparttable benutzt für meine Fussnoten innerhalb einer Tabelle. Aber die langen Captions gehen dann über den Tabellenrand hinaus, was ja nicht seht toll aussieht.
Kann ich nicht bestätigen, bei mir ragt die \caption nicht über den Tabellenrand hinaus:
Code:
\documentclass[a4paper]{article}
\usepackage{threeparttable}
\begin{document}
\begin{center}
\begin{threeparttable}
\caption{The Skewing Angles ($\beta$) for $\fam0 Mu(H)+X_2$ and
$\fam0 Mu(H)+HX$~\tnote{a}}
\label{tab:1}
\begin{tabular}{rlcc}
\hline
& & $\fam0 H(Mu)+F_2$ & $\fam0 H(Mu)+Cl_2$ \\
\hline
&$\beta$(H) & $80.9^\circ\tnote{b}$ & $83.2^\circ$ \\
&$\beta$(Mu) & $86.7^\circ$ & $87.7^\circ$ \\
\hline
\end{tabular}
\begin{tablenotes}
\item[a] for the abstraction reaction, $\fam0 Mu+HX \rightarrow MuH+X$.
\item[b] 1 degree${} = \pi/180$ radians.
\end{tablenotes}
\end{threeparttable}
\end{center}
\end{document}
Liebe Grüße,
Axel
Lesezeichen