Longtabe - exceeds bottom margin
Verfasst: Mo 20. Jul 2015, 10:27
Ich arbeite zum ersten mal mit dem Paket longtable. Die Tabelle und der darunter befindliche Text ragen in den Fußsteg (vgl. Abbildung). Ist dieses Problem bekannt?Natasia hat geschrieben:I am working with the package longtable for the first time. The table and the text below exceed the bottom margin (compare Figure). Does anyone know that problem?
My Source code:
\begin{longtable}{lcc}
\caption{Design parameters and values. SM = spectral method, PM = pulsation method, DM = difference method, A = absolute, LT = last trusted}
\label{tab:paramClampGridSearch}\\
\toprule
Method & Design Parameter & Values \\
\midrule
\endfirsthead
\toprule
Method & Design Parameter & Values \\
\midrule\endhead
\midrule\endfoot
\bottomrule
\endlastfoot
PM, DM(A), SM & $n_1$ & 1, 2, 3 \\
PM, DM(A), SM & $n_2$ & 5, 8, 10 \\
PM, SM & $g$ & 0.5, 0.6, 0.7, 0.8, 0.9 \\
PM, DM, SM & $vndNum$ & 1, 2, 3 \\
DM(A), DM(LT) & $P_{rep}$ & min, max, mean, median \\
DM(A) & $c_{abs}$ & 1, 2, 4, 6, 8 \\
DM(LT) & $c_{rel}$ & 1, 2, 4, 6, 8 \\
SM & $h_1$ & 1, 2 \\
SM & $h_2$ & 4, 6, 7 \\
\end{longtable}

natasia