From 072e5a7d202ab81f84028458625e4ca255707f8e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 10 Jan 2017 16:59:54 +0100 Subject: LaTeX template: Add hyphen option to url package. --- tests/lhs-test.latex | 1 + tests/lhs-test.latex+lhs | 1 + tests/writer.latex | 1 + tests/writers-lang-and-dir.latex | 1 + 4 files changed, 4 insertions(+) (limited to 'tests') 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}, -- cgit v1.2.3