[LaTex] zu hohe Reihe in Tabelle

Loopo

Admiral
Registriert
Juli 2002
Beiträge
7.617
Ich verwende das Paket rotating, um die Spaltenüberschriften in manchen Tabellen um 90 Grad zu drehen. Bei den zwei Tabellen unten ist die Reihe aber viel zu hoch. Jemand eine Ahnung, warum das so ist?
Code:
\begin{table}[h!tpb]
	\centering
	\begin{tabular}{l|cccccccccc}
		Wort & \tabblock{one} & \tabblock{two} & \tabblock{three} & \tabblock{four} & \tabblock{five} & \tabblock{six} & \tabblock{seven} & \tabblock{eight} & \tabblock{nine} & \tabblock{zero}\\
		\hline
		one   & - &  &  &  & 7 &  & 1 & 2 &  &  \\
		two   &  & - &  &  &  &  &  &  &  &  \\
		three &  & 4 & - &  &  &  &  &  &  &  \\
		four  &  &  &  & - & 10 &  &  &  &  &  \\
		five  &  &  &  &  & - &  &  & 1 &  &  \\
		six   &  &  &  &  &  & - &  &  &  &  \\
		seven &  &  &  &  &  &  & - &  &  &  \\
		eight &  & 3 &  &  &  &  &  & - &  &  \\
		nine  &  &  &  &  & 10 &  &  &  & - &  \\
		zero  &  & 1 &  &  &  &  & 8 &  &  & - \\
	\end{tabular}
	\caption{Fehlresultate in der SCS bei CWRT~1.}
	\label{tab:fehlscs1}
\end{table}
Ergänzung ()

Ok, schon gelöst. Statt
Code:
\tabblock{blabla}
habe ich nun
Code:
\begin{sideways}blabla\end{sideways}
verwendet.
 

Anhänge

  • latextable.png
    latextable.png
    26,7 KB · Aufrufe: 221
Zurück
Oben