From 9820a78b1543f39735c13bf5fa330d1eca63d433 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 28 Apr 2012 12:23:00 -0700 Subject: Updated latex writer tests for new template. --- tests/lhs-test.latex | 2 ++ tests/lhs-test.latex+lhs | 2 ++ tests/writer.latex | 2 ++ 3 files changed, 6 insertions(+) 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}} -- cgit v1.2.3