Deyan Ginev edited subsection_Advanced_Table_Colors_subsubsection__.tex  almost 9 years ago

Commit id: d033347c72fafe36736bf468e0d81c062e883ebb

deletions | additions      

       

\subsection{Advanced Table Colors}  \subsubsection{Row Colors}  In Section \ref{sec:textcolor} we showed the extended set of colors available through the \verb|xcolor.sty| package. For tables, however, it is also useful to have control over the background color of individual rows. One can set individual rows via the \verb|\rowcolor| macro, and set alternating colors for rows using the \verb|\rowcolors| macro, starting at a particular row offset. Here is an example:  \noindent\begin{minipage}{0.7\textwidth}  \begin{lstlisting}   {\rowcolors{3}{green!80!yellow!50}{green!70!yellow!40}  \begin{tabular}{|c|} 

\hline  \end{tabular} }  \end{lstlisting}  %%% \end{minipage}  \noindent\begin{minipage}{0.2\textwidth}  {\rowcolors{3}{green!80!yellow!50}{green!70!yellow!40}  \begin{tabular}{|c|}  \hline 

Lighter Green \\  \hline  \end{tabular} }  \end{minipage}