forked from mirrors/Awesome-CV
Don't use hidelinks on hyperref; color links instead
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
This commit is contained in:
parent
ec14551fcd
commit
4895246507
1 changed files with 3 additions and 1 deletions
|
@ -83,8 +83,10 @@
|
|||
% Needed to deal a paragraphs
|
||||
\RequirePackage{parskip}
|
||||
% Needed to deal hyperlink
|
||||
\RequirePackage[hidelinks,unicode,pdfpagelabels=false]{hyperref}
|
||||
\RequirePackage[unicode,pdfpagelabels=false]{hyperref}
|
||||
\hypersetup{%
|
||||
colorlinks=true,
|
||||
urlcolor=DodgerBlue4,
|
||||
pdftitle={},
|
||||
pdfauthor={},
|
||||
pdfsubject={},
|
||||
|
|
Loading…
Reference in a new issue