bisher wurden die Spalten in meinen longtables immer automatisch gleichmäßig verteilt. Leider geschieht dies in der folgenden longtable aus mir unerklärlichen Gründen nicht:
\documentclass{article} \usepackage{lscape} \usepackage{longtable} \usepackage[singlelinecheck=off]{caption} \begin{document} \begin{landscape} \begin{center} {\small \begin{longtable}{lccccccc} \hline & \multicolumn{7}{c}{Income} \\ Regressors & (1) & (2) & (3) & (4) & (5) & (6) & (7) \\ \hline \endfirsthead \multicolumn{8}{c}{\textit{Continued from previous page}} \\ \hline & \multicolumn{7}{c}{Income} \\ Regressors & (1) & (2) & (3) & (4) & (5) & (6) & (7) \\ \hline \endhead \multicolumn{8}{c}{\textit{Continued on next page}} \\ \endfoot \endlastfoot Employment*Year & -0.15 & -0.15 & -0.17 & -0.12 & -0.18 & -0.21* & -0.04 \\ & (0.10) & (0.12) & (0.19) & (0.14) & (0.13) & (0.13) & (0.15) \\ Employment*Month & -0.04 & -0.00 & -0.14 & -0.13 & 0.07 & -0.16 & 0.21 \\ & (0.30) & (0.34) & (0.54) & (0.43) & (0.40) & (0.41) & (0.37) \\ \hline Number of Observations & 110,301 & 85,829 & 24,472 & 50,285 & 60,016 & 83,894 & 26,407 \\ Number of Individuals & 13,136 & 10,956 & 2,180 & 6,345 & 6,791 & 10,001 & 3,135 \\ R2 & 0.03 & 0.04 & 0.03 & 0.03 & 0.04 & 0.04 & 0.03 \\ Adjusted R2 & 0.03 & 0.03 & 0.03 & 0.03 & 0.04 & 0.04 & 0.03 \\ \hline \hline \multicolumn{8}{c}{(1) Full Sample, (2) Old-Age Sub-Sample, (3) Young-Age Sub-Sample, (4) Female Sub-Sample, (5) Male Sub-Sample} \\ \multicolumn{8}{c}{(6) High-Income Sub-Sample, (7) Low-Income Sub-Sample} \\ \multicolumn{8}{c}{\textit{Standard errors in parantheses}} \\ \multicolumn{8}{c}{\textit{*** p\textless0.01, ** p\textless0.05, * p\textless0.1}} \\ \multicolumn{8}{l}{} \\ \multicolumn{8}{p{\linewidth}}{\textit{Note:} All regression equations include the demographic and human capital characteristics, as well as economic conditions and household characteristics of parents as controls. Moreover, they include the regressors of interest. All figures are rounded to two decimal places.} \\ \multicolumn{8}{l}{\textit{Source:} Own calculations} \\ \end{longtable}} \end{center} \end{landscape} \end{document}
Kurzum: Ich verstehe nicht, warum diese Lücke gerade hier entsteht.
Vielen Dank für euren Rat!
Chris
PS: Leider funktioniert der Upload für ein mögliches Attachment nicht.