diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-10 16:07:41 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-10 16:12:50 -0700 |
commit | e3a5abc64ff8067bbbe27c45c637d83c55d5d8b0 (patch) | |
tree | 1fefd7f93739a630df54c9821d9edd8084ace96c | |
parent | 0123f01b5d9e04d2ccf46f2975b4e65bb20abef6 (diff) | |
download | pandoc-e3a5abc64ff8067bbbe27c45c637d83c55d5d8b0.tar.gz |
Removed xltxtra, xunicode from LaTeX template.
Thanks Andrew Dunning.
Updated tests and changelog.
-rw-r--r-- | changelog | 1 | ||||
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 |
5 files changed, 8 insertions, 10 deletions
@@ -119,6 +119,7 @@ pandoc (1.15.1) options (Andrew Dunning). + LaTeX: Adjusted for changes to polyglossia-lang variable (mb21). + LaTeX: added `polyglossia-lang.name` and `.options` (#2437, mb21). + + LaTeX: removed xltxtra, xunicode from template (Andrew Dunning). + reveal.js: add controls, progress variables (Grégoire Pineau). + man template (Alex Vong): Added comment stating that the page is autogenerated by pandoc, giving version. Added `adjusting` diff --git a/data/templates b/data/templates -Subproject 0081fa9306e0fb4f923020596d23c642aac6794 +Subproject ff0db28a2c81dd086e75ff15a749a2fbb8405ad diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex index 2d0373e76..ea94a8077 100644 --- a/tests/lhs-test.latex +++ b/tests/lhs-test.latex @@ -9,7 +9,6 @@ \else % if luatex or xelatex \ifxetex \usepackage{mathspec} - \usepackage{xltxtra,xunicode} \else \usepackage{fontspec} \fi diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index 101025c02..7701e063c 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -9,7 +9,6 @@ \else % if luatex or xelatex \ifxetex \usepackage{mathspec} - \usepackage{xltxtra,xunicode} \else \usepackage{fontspec} \fi diff --git a/tests/writer.latex b/tests/writer.latex index 0e5ac8131..506c21d80 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -9,7 +9,6 @@ \else % if luatex or xelatex \ifxetex \usepackage{mathspec} - \usepackage{xltxtra,xunicode} \else \usepackage{fontspec} \fi |