Code: Select all
\newcommand{\yellow}[1]{\textcolor{YellowOrange}{#1}}
Thank you
Code: Select all
\newcommand{\yellow}[1]{\textcolor{YellowOrange}{#1}}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{article}
\usepackage[dvipsnames]{xcolor}
\newcommand{\yellow}[1]{\textcolor{YellowOrange}{#1}}
\begin{document}
black \yellow{yellow}
\end{document}
Code: Select all
\usepackage{color}
NEW: TikZ book now 40% off at Amazon.com for a short time.