diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-01-03 20:53:17 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-03 21:04:50 -0800 |
commit | 2d8d735bb7994dbac2faaf2bb86a81f25cf38b52 (patch) | |
tree | 37510a0d98219fe643a81f1e0533fb47470cbba1 /tests | |
parent | 66fc644ddb68b3d8529fa82d4de930dc4e342820 (diff) | |
download | pandoc-2d8d735bb7994dbac2faaf2bb86a81f25cf38b52.tar.gz |
LaTeX template: allow passing `microtypeoptions` to microtype.
Thanks to Vaclav Haisman.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lhs-test.latex | 2 | ||||
-rw-r--r-- | tests/lhs-test.latex+lhs | 2 | ||||
-rw-r--r-- | tests/writer.latex | 2 | ||||
-rw-r--r-- | tests/writers-lang-and-dir.latex | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex index 8234fce8f..52e4f738c 100644 --- a/tests/lhs-test.latex +++ b/tests/lhs-test.latex @@ -18,7 +18,7 @@ \IfFileExists{upquote.sty}{\usepackage{upquote}}{} % use microtype if available \IfFileExists{microtype.sty}{% -\usepackage{microtype} +\usepackage[]{microtype} \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts }{} \usepackage[unicode=true]{hyperref} diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index 37135ad5c..6f58740a4 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -18,7 +18,7 @@ \IfFileExists{upquote.sty}{\usepackage{upquote}}{} % use microtype if available \IfFileExists{microtype.sty}{% -\usepackage{microtype} +\usepackage[]{microtype} \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts }{} \usepackage[unicode=true]{hyperref} diff --git a/tests/writer.latex b/tests/writer.latex index 7784f0d01..62ddf0d80 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -18,7 +18,7 @@ \IfFileExists{upquote.sty}{\usepackage{upquote}}{} % use microtype if available \IfFileExists{microtype.sty}{% -\usepackage{microtype} +\usepackage[]{microtype} \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts }{} \usepackage[unicode=true]{hyperref} diff --git a/tests/writers-lang-and-dir.latex b/tests/writers-lang-and-dir.latex index b04b007c4..327c4db8e 100644 --- a/tests/writers-lang-and-dir.latex +++ b/tests/writers-lang-and-dir.latex @@ -18,7 +18,7 @@ \IfFileExists{upquote.sty}{\usepackage{upquote}}{} % use microtype if available \IfFileExists{microtype.sty}{% -\usepackage{microtype} +\usepackage[]{microtype} \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts }{} \usepackage[unicode=true]{hyperref} |