I wasn't able to use RGB colors as suggested here:
http://en.wikibooks.org/wiki/LaTeX/Hype ... tomization
There was an error "unrecognized colors"
I also tried using the color names at the link below, but had the same problem.
http://en.wikibooks.org/wiki/LaTeX/Colors
thanks,
Bobby
Code: Select all
\usepackage[bookmarksnumbered=true]{hyperref}
\hypersetup{
colorlinks = true,
linkcolor = blue,
anchorcolor = blue,
citecolor = blue,
filecolor = blue,
urlcolor = blue
}