diff options
m--------- | data/templates | 28 | ||||
-rw-r--r-- | tests/lhs-test.latex | 4 | ||||
-rw-r--r-- | tests/lhs-test.latex+lhs | 4 | ||||
-rw-r--r-- | tests/writer.latex | 4 | ||||
-rw-r--r-- | tests/writers-lang-and-dir.latex | 4 |
5 files changed, 29 insertions, 15 deletions
diff --git a/data/templates b/data/templates -Subproject 1a62e83904c9dee869b0b2b33613e4c4c07977b +Subproject feffd7c64abab863abd3f6458d1c445d6bfe7fc diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex index a5b0ff87f..5f376328a 100644 --- a/tests/lhs-test.latex +++ b/tests/lhs-test.latex @@ -21,8 +21,8 @@ \usepackage{microtype} \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts }{} -\usepackage{hyperref} -\hypersetup{unicode=true, +\usepackage[unicode=true]{hyperref} +\hypersetup{ pdfborder={0 0 0}, breaklinks=true} \urlstyle{same} % don't use monospace font for urls diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index 8ab9a2ef0..b6db76e6f 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -21,8 +21,8 @@ \usepackage{microtype} \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts }{} -\usepackage{hyperref} -\hypersetup{unicode=true, +\usepackage[unicode=true]{hyperref} +\hypersetup{ pdfborder={0 0 0}, breaklinks=true} \urlstyle{same} % don't use monospace font for urls diff --git a/tests/writer.latex b/tests/writer.latex index 7e7a02f58..03e7133b7 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -21,8 +21,8 @@ \usepackage{microtype} \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts }{} -\usepackage{hyperref} -\hypersetup{unicode=true, +\usepackage[unicode=true]{hyperref} +\hypersetup{ pdftitle={Pandoc Test Suite}, pdfauthor={John MacFarlane; Anonymous}, pdfborder={0 0 0}, diff --git a/tests/writers-lang-and-dir.latex b/tests/writers-lang-and-dir.latex index 346675353..badb0eb82 100644 --- a/tests/writers-lang-and-dir.latex +++ b/tests/writers-lang-and-dir.latex @@ -21,8 +21,8 @@ \usepackage{microtype} \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts }{} -\usepackage{hyperref} -\hypersetup{unicode=true, +\usepackage[unicode=true]{hyperref} +\hypersetup{ pdfborder={0 0 0}, breaklinks=true} \urlstyle{same} % don't use monospace font for urls |