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 | |
parent | 506a5b07d1333f66764e22c7a750fa7cce5bfea5 (diff) | |
download | pandoc-3f981022a6e67af3f34c2f4c641ccb8a0f1f3fca.tar.gz |
Updated latex tests.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lhs-test.latex | 8 | ||||
-rw-r--r-- | tests/lhs-test.latex+lhs | 8 | ||||
-rw-r--r-- | tests/writer.latex | 8 |
3 files changed, 18 insertions, 6 deletions
diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex index 5bd74a87c..4bb2ab1a6 100644 --- a/tests/lhs-test.latex +++ b/tests/lhs-test.latex @@ -35,9 +35,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} 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} diff --git a/tests/writer.latex b/tests/writer.latex index 7c334a5cd..4ce579516 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -34,9 +34,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}} \usepackage[normalem]{ulem} |