vertikale Linien in bestimmten Zeilen
Verfasst: Do 19. Nov 2009, 18:38
Im Anhang ist das von mir zu bearbeitende Aufgabenblatt. Ich habe ein Problem bei Aufgabe 3. Wie bekomme ich die vertikalen Linien hin, die nicht von oben bis unten gehen?
Mit \vline sieht das nicht wirklich schick aus.
Meine Tabelle sieht bisher so aus:
\begin{tabular}{|cccccccccc|}
\hline
x & x & x & \textbf{x} & \textbf{x} & x & x & x & x & x \\
\cline{2-3}
\cline{6-10}
x & x & x & \textbf{x} & \textbf{x} & x & x & x & x & x \\
\cline{6-6}
\cline{9-9}
x & x & x & \textbf{x} & \textbf{x} & x & x & x & x & x \\
\cline{2-3}
\cline{7-8}
\cline{10-10}
x & x & x & \textbf{x} & \textbf{x} & x & x & x & x & x \\
\hline
\end{tabular}
Mit \vline sieht das nicht wirklich schick aus.
Meine Tabelle sieht bisher so aus:
\begin{tabular}{|cccccccccc|}
\hline
x & x & x & \textbf{x} & \textbf{x} & x & x & x & x & x \\
\cline{2-3}
\cline{6-10}
x & x & x & \textbf{x} & \textbf{x} & x & x & x & x & x \\
\cline{6-6}
\cline{9-9}
x & x & x & \textbf{x} & \textbf{x} & x & x & x & x & x \\
\cline{2-3}
\cline{7-8}
\cline{10-10}
x & x & x & \textbf{x} & \textbf{x} & x & x & x & x & x \\
\hline
\end{tabular}