PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : rowcolor und multicolumn



bottom-egg
27-04-2005, 15:18
Hallo!

Wie bekomme ich es hin, dass eine Zeile einer Tabelle farbig dargestellt wird, wenn ich in dieser Zeile \multicolumn{2}{c}{text} verwende?

Beispiel:

\begin{table}
\begin{center}
\begin{tabular}{ccc}
\rowcolor{blue} text1&\multicolumn{2}{c}{text2}\\
1&2&3\\
4&5&6
\end{tabular}
\caption{caption}
\label{label}
\end{center}
\end{table}

"text1" wird blau hinterlegt, "text2" aber nicht.

gondor
09-05-2005, 15:32
probier mal mit:



\rowcolor{blue} text1 & \multicolumn{2}{>{\columncolor[gray]{0.9}}c}{text2}\\


lg,

gondor(..)

bottom-egg
10-05-2005, 12:35
Funktioniert!

Vielen Dank!

Gruß
bottom-egg

produnis
14-03-2009, 19:12
Ich habe hier ein ähnliches Problem,
folgendes Minimabeispiel erzeugt 2 Tabellen:



\documentclass[a4paper,% DIN A4-Papier
12pt, % 12er Schrift
DIV=calc, % Seitenränder optimieren
oneside, % einseitiges "Buch"
headsepline, % Trennlinie unter dem Seitenkopf
ngerman, % deutscher Text
smallheadings, % kleinere Überschriften
openany, % neue Kapitel fangen auf einer neuen freien Seite an
liststotoc, % Verzeichnisse kommen ins Inhaltsverzeichnis
bibtotoc] % Literaturverzeichnis kommt ins Inhaltsverzeichnis
{scrbook} % KOMA-Klasse "Buch"

\usepackage{colortbl} % farbige Tabellen
\begin{document}
\begin{table}[htdp]
\centering
\begin{tabular}{|r||r|r|r|r|r|r|r|r|r|r|}
\hline
\multicolumn{11}{|c|}{\rowcolor[RGB]{206,250,201}\textbf{$\alpha = 0.01$}}\\\hline
&\multicolumn{10}{c|}{\textbf{Effektstärke}}\\
\textbf{Power} &\textbf{0.10} &\textbf{0.15} &\textbf{0.20} &\textbf{0.25} &\textbf{0.30} &\textbf{0.40} &\textbf{0.50} &\textbf{0.60} &\textbf{0.70} &\textbf{0.80}\\\hline\hline
\textbf{.60} & 1602& 712 & 400& 256& 178 & 100 &64 &44 &33 & 25\\\hline
\textbf{.70} & 1922 & 854& 481& 308& 214 & 120 &77 &53 &39 & 30\\\hline
\textbf{.80} & 2339 & 1040 & 585 & 374 & 260 &146 &94 &65 &48 & 37\\\hline
\textbf{.90} & 2957 & 1324 & 745 & 477 & 331 & 186 &119 &83 & 61 &47\\\hline
\textbf{.95} & 3562 & 1583 & 890 & 570 & 396 & 223 &142 &99 & 73& 56\\\hline
\textbf{.99} & 4802 & 2137 & 1201 & 769 &534 & 300 & 192 &133 &98 &\\\hline
\end{tabular}
\caption{Anzahl Probanden \emph{pro Gruppe} nach Power und Effektstärke bei $\alpha = 0,01$ (\cite[S.492]{polit})}
\label{Power01}
\end{table}%
%
\begin{table}[htdp]
\centering
\begin{tabular}{|r||r|r|r|r|r|r|r|r|r|r|}
\hline
\multicolumn{11}{>{\rowcolor[RGB]{206,250,201}}c}{\textbf{$\alpha = 0.05$}}\\\hline
&\multicolumn{10}{c|}{\textbf{Effektstärke}}\\
\textbf{Power} &\textbf{0.10} &\textbf{0.15} &\textbf{0.20} &\textbf{0.25} &\textbf{0.30} &\textbf{0.40} &\textbf{0.50} &\textbf{0.60} &\textbf{0.70} &\textbf{0.80}\\\hline\hline
\textbf{.60} & 977 & 434 & 244& 156 &109 &61 & 39 & 27 & 20 & 15\\\hline
\textbf{.70} & 1230 & 547 & 308 & 197 &137 &77& 49 & 34 & 25 & 19\\\hline
\textbf{.80} & 1568 & 697 & 392 & 251 &174 &98 & 63 &44& 32 & 25\\\hline
\textbf{.90} & 2100 & 933 & 525 & 336 &233 &131 & 84 &58& 43 &33\\\hline
\textbf{.95} & 2592 & 1152 & 648 & 415 &288 &162 & 104 & 72 & 53 & 41\\\hline
\textbf{.99} & 3680 & 1636 & 920 & 589 &409 &230 & 147 &102 & 75 & 58\\\hline
\end{tabular}
\caption{Anzahl Probanden \emph{pro Gruppe} nach Power und Effektstärke bei $\alpha = 0,05$ (\cite[S.492]{polit})}
\label{Power05}
\end{table}%
\end{document}


Die erste Tabelle wird hierbei so erzeugt, wie ich es gerne hätte. Bei der zweiten Tabelle hab ich oben genannten Code verwendet.
Die Probleme:
1) Beide Tabellen verursachen einen Fehler beim compilieren, so dass ich immer 2x RETURN drücken muss... dann erst läuft LaTeX weiter durch und erzeugt die Tabellen.
Fehler bei Tabelle 1: "missplaced \noalign"
Fehler bei Tabelle 2: "missplaced \noalign" (und fehlende Ränder links und rechts)

2) Bei der zweiten Tabelle vermisse ich die Ränder links und rechts.

Hat jemand nen Tip, wie ich meinen Code umändern muss, damit er fehlerfrei durchläuft?

beste Grüße,
Produnis

mechanicus
14-03-2009, 20:01
Hallo,

du solltest dir mal booktabs und tabsatz (http://userpage.fu-berlin.de/~latex/Materialien/tabsatz.pdf)anschauen. Und ist die aufgefallen, dass textbf keine Wirkung auf die Matheumgebung hat? Dafür ist boldmath da.


\documentclass[a4paper,% DIN A4-Papier
12pt, % 12er Schrift
DIV=calc, % Seitenränder optimieren
oneside, % einseitiges "Buch"
headsepline, % Trennlinie unter dem Seitenkopf
ngerman, % deutscher Text
smallheadings, % kleinere Überschriften
openany, % neue Kapitel fangen auf einer neuen freien Seite an
liststotoc, % Verzeichnisse kommen ins Inhaltsverzeichnis
bibtotoc] % Literaturverzeichnis kommt ins Inhaltsverzeichnis
{scrbook} % KOMA-Klasse "Buch"

\usepackage{colortbl} % farbige Tabellen
\begin{document}
\begin{table}[htdp]
\centering
\begin{tabular}{|r||r|r|r|r|r|r|r|r|r|r|}
\hline
\multicolumn{11}{|c|}{\cellcolor[RGB]{206,250,201}\textbf{$\alpha = 0.01$}}\\\hline
&\multicolumn{10}{c|}{\textbf{Effektst\"arke}}\\
\textbf{Power} &\textbf{0.10} &\textbf{0.15} &\textbf{0.20} &\textbf{0.25} &\textbf{0.30} &\textbf{0.40} &\textbf{0.50} &\textbf{0.60} &\textbf{0.70} &\textbf{0.80}\\\hline\hline
\textbf{.60} & 1602& 712 & 400& 256& 178 & 100 &64 &44 &33 & 25\\\hline
\textbf{.70} & 1922 & 854& 481& 308& 214 & 120 &77 &53 &39 & 30\\\hline
\textbf{.80} & 2339 & 1040 & 585 & 374 & 260 &146 &94 &65 &48 & 37\\\hline
\textbf{.90} & 2957 & 1324 & 745 & 477 & 331 & 186 &119 &83 & 61 &47\\\hline
\textbf{.95} & 3562 & 1583 & 890 & 570 & 396 & 223 &142 &99 & 73& 56\\\hline
\textbf{.99} & 4802 & 2137 & 1201 & 769 &534 & 300 & 192 &133 &98 &\\\hline
\end{tabular}
\caption{Anzahl Probanden \emph{pro Gruppe} nach Power und Effektstärke bei $\alpha = 0,01$ (\cite[S.492]{polit})}
\label{Power01}
\end{table}%
%
\begin{table}[htdp]
\centering
\begin{tabular}{|r||r|r|r|r|r|r|r|r|r|r|}
\hline
\multicolumn{11}{>{\cellcolor[RGB]{206,250,201}}c}{\textbf{$\alpha = 0.05$}}\\\hline
&\multicolumn{10}{c|}{\textbf{Effektst\"arke}}\\
\textbf{Power} &\textbf{0.10} &\textbf{0.15} &\textbf{0.20} &\textbf{0.25} &\textbf{0.30} &\textbf{0.40} &\textbf{0.50} &\textbf{0.60} &\textbf{0.70} &\textbf{0.80}\\\hline\hline
\textbf{.60} & 977 & 434 & 244& 156 &109 &61 & 39 & 27 & 20 & 15\\\hline
\textbf{.70} & 1230 & 547 & 308 & 197 &137 &77& 49 & 34 & 25 & 19\\\hline
\textbf{.80} & 1568 & 697 & 392 & 251 &174 &98 & 63 &44& 32 & 25\\\hline
\textbf{.90} & 2100 & 933 & 525 & 336 &233 &131 & 84 &58& 43 &33\\\hline
\textbf{.95} & 2592 & 1152 & 648 & 415 &288 &162 & 104 & 72 & 53 & 41\\\hline
\textbf{.99} & 3680 & 1636 & 920 & 589 &409 &230 & 147 &102 & 75 & 58\\\hline
\end{tabular}
\caption{Anzahl Probanden \emph{pro Gruppe} nach Power und Effektstärke bei $\alpha = 0,05$ (\cite[S.492]{polit})}
\label{Power05}
\end{table}%
\end{document}

Gruß
Marco

produnis
14-03-2009, 21:52
Lieber Marco,

hab herzlichen Dank für deine Hilfe...
jetzt läuft alles wie gewünscht, und auch dein Hinweis auf den Mathemodus (der mir gar nicht aufgefallen war) hilft weiter...
jetzt wird alles so angezeigt, wie ich es mir vorstelle!!

BESTEN DANK!