First of all, a huge thanks for this beautiful template and to those who have helped document things here. I am trying to include a link to a webpage in the education section of the template and I would like the link to be colored. I am using the package
hyperref
as follows:Code: Select all
Code, edit and compile here:
\usepackage{hyperref}\hypersetup{colorlinks=true,linkcolor=linkblue,citecolor=linkblue,filecolor=linkblue,urlcolor = linkblue}
\href
, the link is not colored as it should be. In fact, it appears that I cannot get any colored font at all. For example, \textcolor{red}{text}
does not produce red text. Does anyone have an ideas for a workaround? I'm in the style file and I know the relevant bit of code is in the list environment, but I can't figure it out.Thanks!
mindthegap