aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-30 14:29:37 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-30 14:29:37 -0800
commit04e35de2de8c45603993f60e5869bf9d1fddfa28 (patch)
tree6994a2e797363e6d5b062278d816735c8781424f
parent5dcdf3738f0469143bb61ec9b89e9b34a21e2194 (diff)
downloadpandoc-04e35de2de8c45603993f60e5869bf9d1fddfa28.tar.gz
LaTeX template: color links blue.
-rw-r--r--default.latex8
1 files changed, 6 insertions, 2 deletions
diff --git a/default.latex b/default.latex
index 4bcf42358..ba4dbeeab 100644
--- a/default.latex
+++ b/default.latex
@@ -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$