Wurst09
04-08-2010, 23:55
Guten Abend,
ich hab noch ein Problem beim Benutzen von Floatrow und Sidewaystable.
Beim Kompilen bekomme ich den Fehler
! Package floatrow Error: Caption(s) lost.
See the floatrow package documentation for explanation.
Das Handbuch von floatrow sagt aber nichts über sidewaystable...
Über Ideen wäre ich sehr dankbar.
Beste Grüße,
Wurst
\documentclass{scrreprt}
\usepackage[ngerman]{babel}
\usepackage[latin1]{inputenc}
\usepackage{subfig}
\usepackage{rotating}
\usepackage{floatrow}
\begin{document}
\begin{sidewaystable}[htb]
\centering
\begin{tabular}{l|ccc|ccc|ccc|ccc}
& \multicolumn{3}{c|}{Test 1} & \multicolumn{3}{c|}{Test 2} & \multicolumn{3}{c|}{Test 3} & \multicolumn{3}{c}{Test 4}\\
& Z & S & NN & Z & S & NN & Z & S & NN & Z & S & NN \\ \hline
A & 41497 & 20881 & 106684 & 44808 & 20881 & 109996 & 82824 & 20881 & 189196 & 69720 & 17569 & 159964 \\
B & 41497 & 20881 & 121248 & 44808 & 20881 & 124560 & 82824 & 20881 & 203760 & 69720 & 17569 & 174528 \\
\end{tabular}
\caption{Erste Tabelle}
\vspace{2em}
\begin{tabular}{l|ccc|ccc|ccc|ccc}
& \multicolumn{3}{c|}{Test 1} & \multicolumn{3}{c|}{Test 2} & \multicolumn{3}{c|}{Test 3} & \multicolumn{3}{c}{Test 4}\\
& Z & S & NN & Z & S & NN & Z & S & NN & Z & S & NN \\ \hline
A & 20453 & 17713 & 94484 & 4900 & 10585 & 60874 & 18878 & 8857 & 72286 & 18878 & 8857 & 71406 \\
B & 35017 & 17713 & 151696 & 12180 & 10585 & 80393 & 26160 & 8857 & 93200 & 26160 & 8857 & 93200 \\
\end{tabular}
\caption{Zweite Tabelle}
\end{sidewaystable}
\end{document}
ich hab noch ein Problem beim Benutzen von Floatrow und Sidewaystable.
Beim Kompilen bekomme ich den Fehler
! Package floatrow Error: Caption(s) lost.
See the floatrow package documentation for explanation.
Das Handbuch von floatrow sagt aber nichts über sidewaystable...
Über Ideen wäre ich sehr dankbar.
Beste Grüße,
Wurst
\documentclass{scrreprt}
\usepackage[ngerman]{babel}
\usepackage[latin1]{inputenc}
\usepackage{subfig}
\usepackage{rotating}
\usepackage{floatrow}
\begin{document}
\begin{sidewaystable}[htb]
\centering
\begin{tabular}{l|ccc|ccc|ccc|ccc}
& \multicolumn{3}{c|}{Test 1} & \multicolumn{3}{c|}{Test 2} & \multicolumn{3}{c|}{Test 3} & \multicolumn{3}{c}{Test 4}\\
& Z & S & NN & Z & S & NN & Z & S & NN & Z & S & NN \\ \hline
A & 41497 & 20881 & 106684 & 44808 & 20881 & 109996 & 82824 & 20881 & 189196 & 69720 & 17569 & 159964 \\
B & 41497 & 20881 & 121248 & 44808 & 20881 & 124560 & 82824 & 20881 & 203760 & 69720 & 17569 & 174528 \\
\end{tabular}
\caption{Erste Tabelle}
\vspace{2em}
\begin{tabular}{l|ccc|ccc|ccc|ccc}
& \multicolumn{3}{c|}{Test 1} & \multicolumn{3}{c|}{Test 2} & \multicolumn{3}{c|}{Test 3} & \multicolumn{3}{c}{Test 4}\\
& Z & S & NN & Z & S & NN & Z & S & NN & Z & S & NN \\ \hline
A & 20453 & 17713 & 94484 & 4900 & 10585 & 60874 & 18878 & 8857 & 72286 & 18878 & 8857 & 71406 \\
B & 35017 & 17713 & 151696 & 12180 & 10585 & 80393 & 26160 & 8857 & 93200 & 26160 & 8857 & 93200 \\
\end{tabular}
\caption{Zweite Tabelle}
\end{sidewaystable}
\end{document}