1
0
Fork 0

Don't use hidelinks on hyperref; color links instead

Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
This commit is contained in:
Sergio Durigan Junior 2024-03-16 16:41:06 -04:00
parent ec14551fcd
commit 4895246507
Signed by: sergiodj
GPG Key ID: D0EB762865FC5E36
1 changed files with 3 additions and 1 deletions

View File

@ -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={},