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+lhs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/lhs-test.latex+lhs') 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}, -- cgit v1.2.3