diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-01-10 16:59:54 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-10 17:05:25 +0100 |
commit | 072e5a7d202ab81f84028458625e4ca255707f8e (patch) | |
tree | 3335dfffaf5513def36a842cfea987570219de85 /tests/lhs-test.latex+lhs | |
parent | 4781819a6bd61e3c8fb17d0c986f0fe6ec17778b (diff) | |
download | pandoc-072e5a7d202ab81f84028458625e4ca255707f8e.tar.gz |
LaTeX template: Add hyphen option to url package.
Diffstat (limited to 'tests/lhs-test.latex+lhs')
-rw-r--r-- | tests/lhs-test.latex+lhs | 1 |
1 files changed, 1 insertions, 0 deletions
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}, |