Schwertfisch
09-01-2011, 14:53
Servus Leutz!
Ich verzweifel grade an einer Tabelle für meine Masterthesis. Sie soll mit tabularx erstellt werden in folgenden Aufbau haben (siehe Bild)
http://www.bjoern-scherer.de/tabelle.jpg
Könnt ihr mir sagen, wie ich diesen Code hier so hinbekommen kann, dass die Tabelle in Latex wie auf dem Bild aussieht?
\begin{table}[H]
\tablestyle
\begin{tabularx}{\textwidth}{lXXlX}
\tableheadcolor
\tablehead Levelbezeichnung &
\tablehead Bereich &
\tablehead Eigenschaften &
\tabularnewline
%
\tablebody
\textit Initial & Prozesse & Inhalt \tabularnewline
\textit Inhalt & Inhalt & Inhalt \tabularnewline
\textit Inhalt & Inhalt & Inhalt \tabularnewline
\textit Inhalt & Inhalt & Inhalt \tabularnewline
\textit Inhalt & Inhalt & Inhalt \tabularnewline
\tableend
\end{tabularx}
\caption{Tabelle mit tabularx}
\end{table}
Vielen Dank,
Björn
Ich verzweifel grade an einer Tabelle für meine Masterthesis. Sie soll mit tabularx erstellt werden in folgenden Aufbau haben (siehe Bild)
http://www.bjoern-scherer.de/tabelle.jpg
Könnt ihr mir sagen, wie ich diesen Code hier so hinbekommen kann, dass die Tabelle in Latex wie auf dem Bild aussieht?
\begin{table}[H]
\tablestyle
\begin{tabularx}{\textwidth}{lXXlX}
\tableheadcolor
\tablehead Levelbezeichnung &
\tablehead Bereich &
\tablehead Eigenschaften &
\tabularnewline
%
\tablebody
\textit Initial & Prozesse & Inhalt \tabularnewline
\textit Inhalt & Inhalt & Inhalt \tabularnewline
\textit Inhalt & Inhalt & Inhalt \tabularnewline
\textit Inhalt & Inhalt & Inhalt \tabularnewline
\textit Inhalt & Inhalt & Inhalt \tabularnewline
\tableend
\end{tabularx}
\caption{Tabelle mit tabularx}
\end{table}
Vielen Dank,
Björn