J0Sch
03-05-2014, 17:19
Hallo,
ich würde gerne in eine Tabelle (tabu) eine weitere Tabelle (ebenfalls tabu) einbauen. Alles in allem klappt das auch,
allerdings werden 15 Fehler ausgespuckt und die Zeilenhöhe nach der eingebetteten Tabelle (in meinem Beispiel Zeile 4) ist zu hoch...
ich habe in einem älteren post über ein Problem bei "nested" tabus in Verwendung mit Farben gelesen. Ist das hier auch ein bug?
Gibt es ein workaround?
\documentclass[]{scrbook}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[table]{xcolor}
\usepackage{array}
\usepackage{tabu}
\usepackage{tikz}
\definecolor{ZSW}{RGB}{2,66,144}
\newcommand{\symb}{
\begin{tikzpicture}[baseline,>=stealth]
\draw[ZSW,->,line width=1pt]
(0,0.09) -- (0.4,0.09);
\end{tikzpicture}
}
\begin{document}
\begin{minipage}{\linewidth}
\captionaboveof{table}{Beschriftung}
\label{tab:ref}
\def\arraystretch{1.6}
\tabulinesep=0.8ex
\begin{tabu}to\textwidth{X[l]X[20]}
\tabucline[0.8pt]{1-2}
\multicolumn{1}{>{\columncolor{ZSW}{\textcolor{white}{\textbf{Nr.}} }}c}{}&\multicolumn{1}{>{\columncolor{ZSW}{\textcolor{white}{\textbf{Aktio n}}}}c}{}\\
\tabucline[0.6pt]{1-2}
\taburowcolors 1{white .. black!10!white}
1.&text\\
2.&text\\
3.&text\newline
\setlength{\tabcolsep}{0cm}\rowcolor{white}\begin{ tabu}{XX[25]}
\symb&a\\
\symb&b1\newline b2\\
\symb&c\\
\end{tabu}\\
4.&text\\
4.&text\\
\tabucline[0.8pt]{1-2}
\end{tabu}
\end{minipage}
\end{document}
Grüße,
Josch
ich würde gerne in eine Tabelle (tabu) eine weitere Tabelle (ebenfalls tabu) einbauen. Alles in allem klappt das auch,
allerdings werden 15 Fehler ausgespuckt und die Zeilenhöhe nach der eingebetteten Tabelle (in meinem Beispiel Zeile 4) ist zu hoch...
ich habe in einem älteren post über ein Problem bei "nested" tabus in Verwendung mit Farben gelesen. Ist das hier auch ein bug?
Gibt es ein workaround?
\documentclass[]{scrbook}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[table]{xcolor}
\usepackage{array}
\usepackage{tabu}
\usepackage{tikz}
\definecolor{ZSW}{RGB}{2,66,144}
\newcommand{\symb}{
\begin{tikzpicture}[baseline,>=stealth]
\draw[ZSW,->,line width=1pt]
(0,0.09) -- (0.4,0.09);
\end{tikzpicture}
}
\begin{document}
\begin{minipage}{\linewidth}
\captionaboveof{table}{Beschriftung}
\label{tab:ref}
\def\arraystretch{1.6}
\tabulinesep=0.8ex
\begin{tabu}to\textwidth{X[l]X[20]}
\tabucline[0.8pt]{1-2}
\multicolumn{1}{>{\columncolor{ZSW}{\textcolor{white}{\textbf{Nr.}} }}c}{}&\multicolumn{1}{>{\columncolor{ZSW}{\textcolor{white}{\textbf{Aktio n}}}}c}{}\\
\tabucline[0.6pt]{1-2}
\taburowcolors 1{white .. black!10!white}
1.&text\\
2.&text\\
3.&text\newline
\setlength{\tabcolsep}{0cm}\rowcolor{white}\begin{ tabu}{XX[25]}
\symb&a\\
\symb&b1\newline b2\\
\symb&c\\
\end{tabu}\\
4.&text\\
4.&text\\
\tabucline[0.8pt]{1-2}
\end{tabu}
\end{minipage}
\end{document}
Grüße,
Josch