diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lhs-test.latex | 2 | ||||
-rw-r--r-- | tests/lhs-test.latex+lhs | 2 | ||||
-rw-r--r-- | tests/writer.latex | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex index 2dd93ae25..aeebe30fd 100644 --- a/tests/lhs-test.latex +++ b/tests/lhs-test.latex @@ -43,6 +43,7 @@ pdfauthor={}, pdftitle={}, colorlinks=true, + urlcolor=blue, linkcolor=blue]{hyperref} \else \usepackage[unicode=true, @@ -50,6 +51,7 @@ pdfauthor={}, pdftitle={}, colorlinks=true, + urlcolor=blue, linkcolor=blue]{hyperref} \fi \hypersetup{breaklinks=true, pdfborder={0 0 0}} diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index 7c3c75cd3..4f8260ac3 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -25,6 +25,7 @@ pdfauthor={}, pdftitle={}, colorlinks=true, + urlcolor=blue, linkcolor=blue]{hyperref} \else \usepackage[unicode=true, @@ -32,6 +33,7 @@ pdfauthor={}, pdftitle={}, colorlinks=true, + urlcolor=blue, linkcolor=blue]{hyperref} \fi \hypersetup{breaklinks=true, pdfborder={0 0 0}} diff --git a/tests/writer.latex b/tests/writer.latex index a3f2cfddd..761567e02 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -42,6 +42,7 @@ pdfauthor={John MacFarlane; Anonymous}, pdftitle={Pandoc Test Suite}, colorlinks=true, + urlcolor=blue, linkcolor=blue]{hyperref} \else \usepackage[unicode=true, @@ -49,6 +50,7 @@ pdfauthor={John MacFarlane; Anonymous}, pdftitle={Pandoc Test Suite}, colorlinks=true, + urlcolor=blue, linkcolor=blue]{hyperref} \fi \hypersetup{breaklinks=true, pdfborder={0 0 0}} |