diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-12 16:09:41 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-12 16:09:41 -0800 |
commit | 0fd138167ca9c80526c05d839ec8abf4805451ce (patch) | |
tree | 37fc31b8a89911cfbfbe507a45f272cca00dc3a4 /tests/lhs-test.latex+lhs | |
parent | fe56af9cd3310e2a6295e3e4d304f1587dc16837 (diff) | |
download | pandoc-0fd138167ca9c80526c05d839ec8abf4805451ce.tar.gz |
Updated tests for template changes.
Diffstat (limited to 'tests/lhs-test.latex+lhs')
-rw-r--r-- | tests/lhs-test.latex+lhs | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index b025da64b..c9501a2cb 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -24,12 +24,9 @@ }{} \usepackage{hyperref} \PassOptionsToPackage{usenames,dvipsnames}{color} % color is loaded by hyperref -\hypersetup{breaklinks=true, - unicode=true, colorlinks=true, - citecolor=black, - urlcolor=black, - linkcolor=black, - pdfborder={0 0 0}} +\hypersetup{unicode=true, + pdfborder={0 0 0}, + breaklinks=true} \urlstyle{same} % don't use monospace font for urls \usepackage{listings} \lstnewenvironment{code}{\lstset{language=Haskell,basicstyle=\small\ttfamily}}{} |