Code: Select all
\documentclass{article}
\usepackage[usenames]{color}
\begin{document}
\begin{tabular}{@{}p{10em}@{}p{10em}@{}}%
aaa &bbb\\
{\color{red} aaa} &bbb
\end{tabular}
\end{document}
Code: Select all
\documentclass{article}
\usepackage[usenames]{color}
\begin{document}
\begin{tabular}{@{}p{10em}@{}p{10em}@{}}%
aaa &bbb\\
{\color{red} aaa} &bbb
\end{tabular}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{article}
\usepackage[usenames]{xcolor}
\begin{document}
\begin{tabular}{@{}p{10em}@{}p{10em}@{}}%
aaa & bbb \\
\textcolor{red}{aaa} & bbb
\end{tabular}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.