von akrapovic » Fr 5. Okt 2012, 17:08
Hallo,
soweit komme ich nach 1 Woche Arbeit in Latex gut klar, bis auf die Tabellen, die bringen mich noch zur Verzweiflung
Bisher verwende ich folgende Tabellen-Code, der nicht schlecht aussieht:
\begin{table}[H]
\tablestyle
\begin{tabular}{llll}
\toprule
\tablehead Parameter1 &
\tablehead Parameter2 &
\tablehead Parameter3 &
\tablehead Parameter4 \tabularnewline
\midrule
Text1 & Text2 & Text3 & Text4\tabularnewline
Text1& Text2 & Text3 & Text4\tabularnewline
Text1 & Text2 & Text3 & Text4 \tabularnewline
Text1 & Text2 & Text3 & Text4\tabularnewline
\bottomrule
\end{tabular}
\end{table}
Das Problem:
Ich würde gerne unter "Parameter2" noch 3 Spalten hinzufügen, die zusammen der Zeilenbreite von "Parameter2" ergeben.
In Word habe ich das mal veranschaulicht:
Hätte hier jemand eine Idee wie mand das in Latex verwirklicht ? [/code]
Hallo,
soweit komme ich nach 1 Woche Arbeit in Latex gut klar, bis auf die Tabellen, die bringen mich noch zur Verzweiflung :(
Bisher verwende ich folgende Tabellen-Code, der nicht schlecht aussieht:
[code]
\begin{table}[H]
\tablestyle
\begin{tabular}{llll}
\toprule
\tablehead Parameter1 &
\tablehead Parameter2 &
\tablehead Parameter3 &
\tablehead Parameter4 \tabularnewline
\midrule
Text1 & Text2 & Text3 & Text4\tabularnewline
Text1& Text2 & Text3 & Text4\tabularnewline
Text1 & Text2 & Text3 & Text4 \tabularnewline
Text1 & Text2 & Text3 & Text4\tabularnewline
\bottomrule
\end{tabular}
\end{table}
[/code]
Das Problem:
Ich würde gerne unter "Parameter2" noch 3 Spalten hinzufügen, die zusammen der Zeilenbreite von "Parameter2" ergeben.
In Word habe ich das mal veranschaulicht:
[img]https://dl.dropbox.com/u/78166834/Tabelle.jpg[/img]
Hätte hier jemand eine Idee wie mand das in Latex verwirklicht ? [/code]