Hallo.
Habe mal ein Beispiel zusammengebastelt. In Zukunft solltest du selber deine bisherigen Versuche hier zur Verfügung stellen.
Es soll ein "Sidewaystable" mit Notes sein und über mehrere Seiten seiten gehen können.
Die Kombination von
longtable (Seitenumbruch ermöglichen) und
lscape (stellt landscape-Umgebung bereit) ist meines Wissens nach die einzige Möglichkeit, dies zu erreichen.
Ich habe die einzelnen "Untertabellen" ebenfalls als Tabellen-Umgebungen gesetzt, damit innerhalb einer Untertabelle kein Seitenumbruch stattfinden kann.
\documentclass{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lscape}
\usepackage{longtable}
\usepackage{booktabs}
\begin{document}
\begin{landscape}
\begin{longtable}{c@{\hspace{1cm}}c@{\hspace{1cm}}c}
\caption{blabla}\\
\endfirsthead
\caption[]{(continued)}\\
\toprule
\endhead
\midrule
\endfoot
\midrule
\multicolumn{3}{l}{\footnotesize a: We note, that ...}\\
\bottomrule
\endlastfoot
\toprule
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Total}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular}\\
\\
\\
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular}\\\\\\
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular}\\
\\
\\
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular}\\
\\
\\
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular}\\
\\
\\
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular}\\
\\
\\
\end{longtable}
\end{landscape}
\end{document}
Das
Minimalbeispiel ist etwas größer geraten, da ich den Seitenumbruch zeigen wollte. Die Syntax lässt sich in den Paketdokumentationen nachvollziehen (Links beachten). Ggf. kann man die Untertabellen noch in einen Befehl packen für mehr Übersicht.
Hallo.
Habe mal ein Beispiel zusammengebastelt. In Zukunft solltest du selber deine bisherigen Versuche hier zur Verfügung stellen.
[quote]Es soll ein "Sidewaystable" mit Notes sein und über mehrere Seiten seiten gehen können.[/quote]
Die Kombination von [p]longtable[/p] (Seitenumbruch ermöglichen) und [p]lscape[/p] (stellt [tt]landscape[/tt]-Umgebung bereit) ist meines Wissens nach die einzige Möglichkeit, dies zu erreichen.
Ich habe die einzelnen "Untertabellen" ebenfalls als Tabellen-Umgebungen gesetzt, damit innerhalb einer Untertabelle kein Seitenumbruch stattfinden kann.
[code]\documentclass{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lscape}
\usepackage{longtable}
\usepackage{booktabs}
\begin{document}
\begin{landscape}
\begin{longtable}{c@{\hspace{1cm}}c@{\hspace{1cm}}c}
\caption{blabla}\\
\endfirsthead
\caption[]{(continued)}\\
\toprule
\endhead
\midrule
\endfoot
\midrule
\multicolumn{3}{l}{\footnotesize a: We note, that ...}\\
\bottomrule
\endlastfoot
\toprule
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Total}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular}\\
\\
\\
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular}\\\\\\
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular}\\
\\
\\
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular}\\
\\
\\
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular}\\
\\
\\
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular} &
\begin{tabular}{p{2cm}ccc}
\multicolumn{4}{c}{Count 1}\\
\toprule
Var & 1 & 2 & 3\\
\midrule
A\\
B\\
C\\
\bottomrule
\end{tabular}\\
\\
\\
\end{longtable}
\end{landscape}
\end{document}[/code]
Das [m][/m] ist etwas größer geraten, da ich den Seitenumbruch zeigen wollte. Die Syntax lässt sich in den Paketdokumentationen nachvollziehen (Links beachten). Ggf. kann man die Untertabellen noch in einen Befehl packen für mehr Übersicht.