26.03.2003

Autor: Heiko Oberdiek

Das @-Kommando aus dem array-Paket funktioniert nicht wie erwartet. Im Beispiel ist  der Abstand
um das ":" zu groß gewesen.

Anleitung zu colortbl, "4 The \rowcolor command", 2. Abschnitt:
\rowcolor takes the same argument forms as \columncolor.
It must be used at the start of a row. If the optional overhang
arguments are not used the overhangs will default to the overhangs
specified in any \columncolor commands for that column, or
\tabcolsep (\arraycolsep in array).

 

\documentclass{article}
\usepackage{array,colortbl}
\begin{document}
\begin{tabular}{r@{}c@{}r}
\rowcolor[gray]{.5}[0pt] 12&:&4 \\
\end{tabular}
\end{document}

Haben Sie noch weiterführende Fragen, so senden Sie bitte eine Email an latex-service.


Loading...