diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-30 16:28:33 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-30 16:28:33 -0800 |
commit | 3f981022a6e67af3f34c2f4c641ccb8a0f1f3fca (patch) | |
tree | c997fb240653c06334569fefad4fd00924c5c662 /tests/lhs-test.latex+lhs | |
parent | 506a5b07d1333f66764e22c7a750fa7cce5bfea5 (diff) | |
download | pandoc-3f981022a6e67af3f34c2f4c641ccb8a0f1f3fca.tar.gz |
Updated latex tests.
Diffstat (limited to 'tests/lhs-test.latex+lhs')
-rw-r--r-- | tests/lhs-test.latex+lhs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index c79087ea7..d80d02a38 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -17,9 +17,13 @@ \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}} \setlength{\parindent}{0pt} |