procrash
06-05-2008, 21:31
Hi, ich habe folgende Tabelle
\definecolor{tablegrey}{rgb}{0.9 0.9 0.9}
\begin{table}
\begin{center}
\begin{tabular}{lll}
\rowcolor[gray]{0.5} \color{white}Winkel & \color{white}Berechnungsformel & \color{white}Wertebereich \\ \hline
Rollwinkel &
\parbox{5cm}{
\begin{flalign*}
arctan2\left(\frac{2\cdot (q_2\cdot q_3+\cdot q_0\cdot q_1) }{ 2\cdot (q_0^{\hspace{0.1cm}2}+ q_3^{\hspace{0.1cm}2})-1}\right)
\end{flalign*}
}
& [-180\textdegree ..180\textdegree ] \\
\rowcolor[gray]{0.9} Nickwinkel &
\fcolorbox{tablegrey}{tablegrey}{\setlength{\fboxs ep}{0pt}
\parbox{5cm}{
\begin{flalign*}
arcsin(2\cdot q_1\cdot q_3-2\cdot q_0\cdot q_2)
\end{flalign*}
}}
& [ -90\textdegree ..90\textdegree ] \\
Gierwinkel & $ arctan2\left(\frac{2\cdot (q_1\cdot q_2+\cdot q_0\cdot q_3) }{ 2\cdot (q_0^{\hspace{0.1cm}2}+ q_1^{\hspace{0.1cm}2})-1}\right) $ & [-180\textdegree ..180\textdegree ] \\
\end{tabular}
\caption{Konvertierungformel für Quaternionen in Eulerwinkel}
\label{}
\end{center}
\end{table}
Wie kann ich es erreichen dass der Hintergrund meiner 2ten Zeile Grau ist und zwar innerhalb der gesamten Spalte?
Bei mir sieht die Ausgabe dann so aus:
\definecolor{tablegrey}{rgb}{0.9 0.9 0.9}
\begin{table}
\begin{center}
\begin{tabular}{lll}
\rowcolor[gray]{0.5} \color{white}Winkel & \color{white}Berechnungsformel & \color{white}Wertebereich \\ \hline
Rollwinkel &
\parbox{5cm}{
\begin{flalign*}
arctan2\left(\frac{2\cdot (q_2\cdot q_3+\cdot q_0\cdot q_1) }{ 2\cdot (q_0^{\hspace{0.1cm}2}+ q_3^{\hspace{0.1cm}2})-1}\right)
\end{flalign*}
}
& [-180\textdegree ..180\textdegree ] \\
\rowcolor[gray]{0.9} Nickwinkel &
\fcolorbox{tablegrey}{tablegrey}{\setlength{\fboxs ep}{0pt}
\parbox{5cm}{
\begin{flalign*}
arcsin(2\cdot q_1\cdot q_3-2\cdot q_0\cdot q_2)
\end{flalign*}
}}
& [ -90\textdegree ..90\textdegree ] \\
Gierwinkel & $ arctan2\left(\frac{2\cdot (q_1\cdot q_2+\cdot q_0\cdot q_3) }{ 2\cdot (q_0^{\hspace{0.1cm}2}+ q_1^{\hspace{0.1cm}2})-1}\right) $ & [-180\textdegree ..180\textdegree ] \\
\end{tabular}
\caption{Konvertierungformel für Quaternionen in Eulerwinkel}
\label{}
\end{center}
\end{table}
Wie kann ich es erreichen dass der Hintergrund meiner 2ten Zeile Grau ist und zwar innerhalb der gesamten Spalte?
Bei mir sieht die Ausgabe dann so aus: