LaTeX template: color links blue.
This commit is contained in:
parent
5dcdf3738f
commit
04e35de2de
1 changed files with 6 additions and 2 deletions
|
@ -73,9 +73,13 @@ $else$
|
|||
\ifxetex
|
||||
\usepackage[setpagesize=false, % page size defined by xetex
|
||||
unicode=false, % unicode breaks when used with xetex
|
||||
xetex]{hyperref}
|
||||
xetex,
|
||||
colorlinks=true,
|
||||
linkcolor=blue]{hyperref}
|
||||
\else
|
||||
\usepackage[unicode=true]{hyperref}
|
||||
\usepackage[unicode=true,
|
||||
colorlinks=true,
|
||||
linkcolor=blue]{hyperref}
|
||||
\fi
|
||||
\hypersetup{breaklinks=true, pdfborder={0 0 0}}
|
||||
$endif$
|
||||
|
|
Loading…
Add table
Reference in a new issue