diff options
Diffstat (limited to 'tests/writer.latex')
-rw-r--r-- | tests/writer.latex | 2 |
1 files changed, 2 insertions, 0 deletions
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}} |