I establish a url hyperlink with href{url}{text} in this template. However, the link color is still black. I define the link color at the beginning with
\usepackage[dvipdfm,colorlinks,pdfstartview=FitH,citecolor=blue,linkcolor=blue,urlcolor=blue]{hyperref}
However, it reports that
option clash for hyperref package
How to solve this problem? Thanks!
idioteque
Curricula Vitae / Résumés ⇒ Change the link color for urls
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Change the link color for urls
Hey,
The problem is that hyperref is already being defined and called in moderncv.cls.
To color links blue, go into moderncv.cls and find the \hypersetup{ line and add:
colorlinks,
linkcolor=blue,
urlcolor=blue,
after it.
Cheers,
Vel
The problem is that hyperref is already being defined and called in moderncv.cls.
To color links blue, go into moderncv.cls and find the \hypersetup{ line and add:
colorlinks,
linkcolor=blue,
urlcolor=blue,
after it.
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Change the link color for urls
hi, vel!
Problem solved! Thanks a lot!
idioteque
Problem solved! Thanks a lot!
idioteque