diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-04-28 12:23:00 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-04-28 12:23:00 -0700 |
commit | 9820a78b1543f39735c13bf5fa330d1eca63d433 (patch) | |
tree | ba5668679cf3fa04d1541abb77d9a51dcdd77b23 /tests | |
parent | 41016eebe22b629c93314b39b3c773f07e75a994 (diff) | |
download | pandoc-9820a78b1543f39735c13bf5fa330d1eca63d433.tar.gz |
Updated latex writer tests for new template.
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}} |