diff options
m--------- | data/templates | 14 | ||||
-rw-r--r-- | tests/lhs-test.latex | 1 | ||||
-rw-r--r-- | tests/lhs-test.latex+lhs | 1 | ||||
-rw-r--r-- | tests/writer.latex | 1 | ||||
-rw-r--r-- | tests/writers-lang-and-dir.latex | 1 |
5 files changed, 11 insertions, 7 deletions
diff --git a/data/templates b/data/templates -Subproject 2dc4054e7c8809ca3fe0628cf1372fbe34df2a1 +Subproject 2fab0b28e191d7250af444a382a4d4b7c218b01 diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex index 52e4f738c..90ecd3fa6 100644 --- a/tests/lhs-test.latex +++ b/tests/lhs-test.latex @@ -21,6 +21,7 @@ \usepackage[]{microtype} \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts }{} +\PassOptionsToPackage{hyphens}{url} % url is loaded by hyperref \usepackage[unicode=true]{hyperref} \hypersetup{ pdfborder={0 0 0}, diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index 6f58740a4..c781e79b3 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -21,6 +21,7 @@ \usepackage[]{microtype} \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts }{} +\PassOptionsToPackage{hyphens}{url} % url is loaded by hyperref \usepackage[unicode=true]{hyperref} \hypersetup{ pdfborder={0 0 0}, diff --git a/tests/writer.latex b/tests/writer.latex index 62ddf0d80..37a52d938 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -21,6 +21,7 @@ \usepackage[]{microtype} \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts }{} +\PassOptionsToPackage{hyphens}{url} % url is loaded by hyperref \usepackage[unicode=true]{hyperref} \hypersetup{ pdftitle={Pandoc Test Suite}, diff --git a/tests/writers-lang-and-dir.latex b/tests/writers-lang-and-dir.latex index 327c4db8e..f79984feb 100644 --- a/tests/writers-lang-and-dir.latex +++ b/tests/writers-lang-and-dir.latex @@ -21,6 +21,7 @@ \usepackage[]{microtype} \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts }{} +\PassOptionsToPackage{hyphens}{url} % url is loaded by hyperref \usepackage[unicode=true]{hyperref} \hypersetup{ pdfborder={0 0 0}, |