LaTeX template: color links blue.

This commit is contained in:
John MacFarlane 2011-12-30 14:29:37 -08:00
parent 5dcdf3738f
commit 04e35de2de

View file

@ -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$