PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : komplexe Tabellen



sushi
31-10-2008, 00:39
Hallo,

habe eine etwas komplexere Tabelle und weiß nicht so recht wie ich diese implementieren kann. Bitte helft mir!
Die Tabelle sollte Textbreite haben und möglichst dem angehängten Bild gleichen.

Ganz lieben Dank.

René Geppert
31-10-2008, 01:13
wie ist denn dein bisheriger stand?

trinix
31-10-2008, 08:59
Hallo sushi und willkommen im Forum :)

Wie Rene sagt, der aktuelle Stand wäre hilfreich. Für den Anfang finden sich hier (http://www.torsten-schuetze.de/tex/tabsatz-2004.pdf)einige gute Hinweise.

René Geppert
31-10-2008, 09:59
bevor Stefan wieder meckert: http://userpage.fu-berlin.de/~latex/Materialien/tabsatz.pdf
hier die aktuelle version

edico
31-10-2008, 16:31
Versuch die Struktur auf Deine Bedarfe umzumünzen; vielleicht findest Du Anregungen.



\documentclass[paper=a4,pagesize,DIV11,10pt]{scrartcl}
\usepackage{graphicx,rotating,pdflscape}
\usepackage{tabularx,array,booktabs,ragged2e,calc}
\newcolumntype{Z}{>{\centering\arraybackslash}X}
\newcolumntype{C}[1]{>{\Centering\arraybackslash}p{#1}}
\newcolumntype{R}[1]{>{\RaggedRight\arraybackslash}p{#1}}
\newcolumntype{L}[1]{>{\RaggedLeft\arraybackslash}p{#1}}

\begin{document}

\begin{landscape}
\noindent
\def\arraystretch{1.2}
\footnotesize
\begin{tabularx}{\linewidth}{%
*{13}{C{.05\linewidth-2\tabcolsep}}ZZ}%
\toprule
1&2&3&4&5&6&7&8&9&10&11&12&13&14&15\\
\midrule
\multicolumn{2}{p{.10\linewidth-2\tabcolsep}}{Crystal System}&
\multicolumn{2}{p{.10\linewidth-2\tabcolsep}}{International Point Group}&
\multicolumn{3}{p{.15\linewidth-2\tabcolsep}}{Axis Identification, Crystallographic}&
\multicolumn{3}{p{.15\linewidth-2\tabcolsep}}{Axis Identification, Rectangular}&
\multicolumn{2}{p{.10\linewidth-2\tabcolsep}}{Axes (Note 3)}&Schoen-flies Sym\-bol&
Ex\-ample&For\-mula\\
&&Short&Full&c&a&b&X&Y&Z&&&&\\\midrule
Triclinic&p&1&1&&&&&&&Z&X&C1&Amino\-ethylen&C\_8H\_17\\
\bottomrule
\end{tabularx}
\end{landscape}

\noindent
\resizebox{\textwidth}{!}{%
\def\arraystretch{1.2}
\footnotesize
\begin{tabularx}{\linewidth}{%
*{13}{C{.05\linewidth-2\tabcolsep}}ZZ}%
\toprule
1&2&3&4&5&6&7&8&9&10&11&12&13&14&15\\
\midrule
\multicolumn{2}{p{.10\linewidth-2\tabcolsep}}{Crystal System}&
\multicolumn{2}{p{.10\linewidth-2\tabcolsep}}{Interna\-tional Point Group}&
\multicolumn{3}{p{.15\linewidth-2\tabcolsep}}{Axis Identification, Crystallographic}&
\multicolumn{3}{p{.15\linewidth-2\tabcolsep}}{Axis Identification, Rectangular}&
\multicolumn{2}{p{.10\linewidth-2\tabcolsep}}{Axes (Note 3)}&Schoen-flies Sym\-bol&
Ex\-ample&For\-mula\\
&&Short&Full&c&a&b&X&Y&Z&&&&\\\midrule
Triclinic&p&1&1&&&&&&&Z&X&C1&Amino\-ethylen&C\_8H\_17\\
\bottomrule
\end{tabularx}
}

\bigskip
\noindent
\rotatebox{90}{%
\def\arraystretch{1.2}
\footnotesize
\begin{tabularx}{\linewidth}{%
*{13}{C{.05\linewidth-2\tabcolsep}}ZZ}%
\toprule
1&2&3&4&5&6&7&8&9&10&11&12&13&14&15\\
\midrule
\multicolumn{2}{p{.10\linewidth-2\tabcolsep}}{Crystal System}&
\multicolumn{2}{p{.10\linewidth-2\tabcolsep}}{Interna\-tional Point Group}&
\multicolumn{3}{p{.15\linewidth-2\tabcolsep}}{Axis Identification, Crystallographic}&
\multicolumn{3}{p{.15\linewidth-2\tabcolsep}}{Axis Identification, Rectangular}&
\multicolumn{2}{p{.10\linewidth-2\tabcolsep}}{Axes (Note 3)}&Schoen-flies Sym\-bol&
Ex\-ample&For\-mula\\
&&Short&Full&c&a&b&X&Y&Z&&&&\\\midrule
Triclinic&p&1&1&&&&&&&Z&X&C1&Amino\-ethylen&C\_8H\_17\\
\bottomrule
\end{tabularx}
}

\end{document}


edico

sushi
01-11-2008, 17:29
Erst mal danke für Eure Bemühungen. Ich hab nun lange probiert alle Spalten und Striche und Wörter irgendwie auf einer Seite unterzukriegen aber ein ähnliches Ergebnis wie in dem Bild zu sehen ist, ist mir nicht gelungen. Wobei diese Tabelle ganz sicher auch mit Latex geschrieben wurde. Ich glaube, daß ist mir zu viel Arbeit und zu viele Verschachtelungen wo ich dann irgendwie nicht mehr durchsehe.
Danke nochmal

Sushi

mechanicus
01-11-2008, 19:41
Hallo,

wer gibt denn so schnell auf?:) Was hast du denn bis jetzt?

Gruß
Marco