Supertabular: hline nach Seitenumbruch
Verfasst: Fr 3. Aug 2012, 15:13
Hallo TeXer,
ich habe ein Problem mit supertabular und hoffe auf eure Hilfe.
Im Anhang seht ihr ein Bild von meiner Tabelle in meiner Arbeit mit der hline nach Seitenumbruch, die dort deplatziert ist.
Was muss ich tun?
Hier ist meine Konfiguration der supertabular:
Viele Grüße!
ich habe ein Problem mit supertabular und hoffe auf eure Hilfe.
Im Anhang seht ihr ein Bild von meiner Tabelle in meiner Arbeit mit der hline nach Seitenumbruch, die dort deplatziert ist.
Was muss ich tun?
Hier ist meine Konfiguration der supertabular:
\begin{center} \bottomcaption{Definitionen} \label{tab:x} \tablefirsthead{% \toprule \multicolumn{1}{p{0.2\textwidth}}{\textbf{Referenz}} & \multicolumn{1}{p{0.74\textwidth}}{\textbf{Definition}} \\ \midrule } \tablehead{% \multicolumn{2}{l}{\tiny\sl $\rightarrow$ \textsc{Fortsetzung der Tabelle von der vorigen Seite}}\\ \midrule \multicolumn{1}{p{0.2\textwidth}}{\textbf{Referenz}} & \multicolumn{1}{p{0.74\textwidth}}{\textbf{Definition}} \\ \midrule } \tabletail{% \hline \multicolumn{2}{r}{\tiny\sl $\rightarrow$ \textsc{Fortsetzung der Tabelle auf der nächsten Seite}}\\ } \tablelasttail{ \bottomrule } %\vspace{-2mm} \begin{supertabular}{p{0.2\textwidth}p{0.74\textwidth}} \renewcommand{\baselinestretch}{1.5}\normalsize Autor & \\ \hline Autor & \\ \hline Autor & \\ \hline Autor & \\ \hline Autor & \\ \hline Autor & \\ \end{supertabular} \end{center}