I am using the 'color' package but keep getting an error.
Code: Select all
\documentclass{article}
\usepackage{color}
\begin{document}
\textcolor{Orange}{Hello World!}
\end{document}
I don't see the 'color' package in my MiKTeX packages, and also when running Package Manager it doesn't appear in the list. SAo that might be the problem...
What should I do?
Thanks.
EDIT:
When I use
Code: Select all
\definecolor{light-gray}{gray}{0.8}