thi-rex
07-11-2005, 19:12
Hallo,
ich suche nach einer Möglichkeit einzelne Werte einer Matrix farbig zu hinterlegen, so wie es beim Text mit \colorbox möglich ist.
Leider funktioniert das nicht, wenn ich die Anweisung auf einzelne Felder des Arrays anwende, so z.B.:
\begin{equation}
\label{gl:Gauchy}
\mathbf{\sigma} = \left( \begin{array}{ccc}
\sigma_{xx} & \tau_{xy} & \tau_{xz} \\
\tau_{yx} & \colorbox{red}{\sigma_{yy}} & \tau_{yz} \\
\tau_{zy} & \tau_{zy} & \sigma_{zz}
\end{array} \right)
\end{equation}
Einzig die Farbe des Textes als solches zu ändern, hat bisher geklappt:
\begin{equation}
\label{gl:Gauchy}
\mathbf{\sigma} = \left( \begin{array}{ccc}
\sigma_{xx} & \tau_{xy} & \tau_{xz} \\
\tau_{yx} & \textcolor{red}{\sigma_{yy}} & \tau_{yz} \\
\tau_{zy} & \tau_{zy} & \sigma_{zz}
\end{array} \right)
\end{equation}
Muss ich mich damit begnügen, oder gibt es da einen Ausweg?
Danke schonmal für alle Anregungen.
Thomas
ich suche nach einer Möglichkeit einzelne Werte einer Matrix farbig zu hinterlegen, so wie es beim Text mit \colorbox möglich ist.
Leider funktioniert das nicht, wenn ich die Anweisung auf einzelne Felder des Arrays anwende, so z.B.:
\begin{equation}
\label{gl:Gauchy}
\mathbf{\sigma} = \left( \begin{array}{ccc}
\sigma_{xx} & \tau_{xy} & \tau_{xz} \\
\tau_{yx} & \colorbox{red}{\sigma_{yy}} & \tau_{yz} \\
\tau_{zy} & \tau_{zy} & \sigma_{zz}
\end{array} \right)
\end{equation}
Einzig die Farbe des Textes als solches zu ändern, hat bisher geklappt:
\begin{equation}
\label{gl:Gauchy}
\mathbf{\sigma} = \left( \begin{array}{ccc}
\sigma_{xx} & \tau_{xy} & \tau_{xz} \\
\tau_{yx} & \textcolor{red}{\sigma_{yy}} & \tau_{yz} \\
\tau_{zy} & \tau_{zy} & \sigma_{zz}
\end{array} \right)
\end{equation}
Muss ich mich damit begnügen, oder gibt es da einen Ausweg?
Danke schonmal für alle Anregungen.
Thomas