von LadyGIO » Mo 17. Sep 2012, 17:31
OK...
Präambel gesamt:
\documentclass[a4paper]{scrreprt}
\usepackage{scrpage2}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[pdftex]{graphicx}
\usepackage[intlimits]{amsmath}
\usepackage{siunitx}
\usepackage{setspace}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{tabularx}
\usepackage{colortbl}
\usepackage{cite}
\usepackage{amssymb}
\definecolor{RubBlau}{rgb}{0,0.207,0.376}
\definecolor{TabColor}{rgb}{0.8,0.8,0.8}
\definecolor{hellgrau}{rgb}{0.92,0.92,0.92}
und dann die gekürzte Fassung der Tabelle:
\begin{table}[hb]
\centering
\caption{Proben und Verd"unnungen, Proben 20\_1\_1 - 22\_5\-3b}
\begin{tabular}[ht]{|l|l||l|l||l|l|}
\hline
\cellcolor{TabColor}Probe & \cellcolor{hellgrau}Verd. & \cellcolor{TabColor}Probe & \cellcolor{hellgrau}Verd. & \cellcolor{TabColor}Probe & \cellcolor{hellgrau}Verd. \\
\hline\hline
20\_1\_1 & 1:20 & 21\_2\_5b & 1:20 & 22\_3\_3\_1a & 1:30 \\
\hline
20\_1\_2 & 1:10 & 21\_2\_6a & 1:20 & 22\_3\_4\_1 & 1:50 \\
\hline
21\_2\_4b & 1:50 & 22\_3\_2a & 1:20 &\\
\hline
21\_2\_5a & 1:20 & 22\_3\_2b & 1:20 &\\
\hline
21\_2\_5a1 & 1:20 & 22\_3\_3\_1 & 1:30 & \\
\hline
\end{tabular}
\end{table}
Ich hoffe, dass es nun aussagekräftig und nicht zu lang ist.
OK...
Präambel gesamt:
[code]\documentclass[a4paper]{scrreprt}
\usepackage{scrpage2}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[pdftex]{graphicx}
\usepackage[intlimits]{amsmath}
\usepackage{siunitx}
\usepackage{setspace}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{tabularx}
\usepackage{colortbl}
\usepackage{cite}
\usepackage{amssymb}
\definecolor{RubBlau}{rgb}{0,0.207,0.376}
\definecolor{TabColor}{rgb}{0.8,0.8,0.8}
\definecolor{hellgrau}{rgb}{0.92,0.92,0.92}[/code]
und dann die gekürzte Fassung der Tabelle:
[code]\begin{table}[hb]
\centering
\caption{Proben und Verd"unnungen, Proben 20\_1\_1 - 22\_5\-3b}
\begin{tabular}[ht]{|l|l||l|l||l|l|}
\hline
\cellcolor{TabColor}Probe & \cellcolor{hellgrau}Verd. & \cellcolor{TabColor}Probe & \cellcolor{hellgrau}Verd. & \cellcolor{TabColor}Probe & \cellcolor{hellgrau}Verd. \\
\hline\hline
20\_1\_1 & 1:20 & 21\_2\_5b & 1:20 & 22\_3\_3\_1a & 1:30 \\
\hline
20\_1\_2 & 1:10 & 21\_2\_6a & 1:20 & 22\_3\_4\_1 & 1:50 \\
\hline
21\_2\_4b & 1:50 & 22\_3\_2a & 1:20 &\\
\hline
21\_2\_5a & 1:20 & 22\_3\_2b & 1:20 &\\
\hline
21\_2\_5a1 & 1:20 & 22\_3\_3\_1 & 1:30 & \\
\hline
\end{tabular}
\end{table}
[/code]
Ich hoffe, dass es nun aussagekräftig und nicht zu lang ist.