From e3a5abc64ff8067bbbe27c45c637d83c55d5d8b0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 10 Oct 2015 16:07:41 -0700 Subject: Removed xltxtra, xunicode from LaTeX template. Thanks Andrew Dunning. Updated tests and changelog. --- changelog | 1 + data/templates | 2 +- tests/lhs-test.latex | 1 - tests/lhs-test.latex+lhs | 1 - tests/writer.latex | 1 - 5 files changed, 2 insertions(+), 4 deletions(-) diff --git a/changelog b/changelog index f0d1d1924..9371bd47a 100644 --- a/changelog +++ b/changelog @@ -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 index 0081fa930..ff0db28a2 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit 0081fa9306e0fb4f923020596d23c642aac67945 +Subproject commit ff0db28a2c81dd086e75ff15a749a2fbb8405ad2 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 -- cgit v1.2.3