Removed xltxtra, xunicode from LaTeX template.
Thanks Andrew Dunning. Updated tests and changelog.
This commit is contained in:
parent
0123f01b5d
commit
e3a5abc64f
5 changed files with 2 additions and 4 deletions
|
@ -119,6 +119,7 @@ pandoc (1.15.1)
|
||||||
options (Andrew Dunning).
|
options (Andrew Dunning).
|
||||||
+ LaTeX: Adjusted for changes to polyglossia-lang variable (mb21).
|
+ LaTeX: Adjusted for changes to polyglossia-lang variable (mb21).
|
||||||
+ LaTeX: added `polyglossia-lang.name` and `.options` (#2437, 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).
|
+ reveal.js: add controls, progress variables (Grégoire Pineau).
|
||||||
+ man template (Alex Vong): Added comment stating that the page is
|
+ man template (Alex Vong): Added comment stating that the page is
|
||||||
autogenerated by pandoc, giving version. Added `adjusting`
|
autogenerated by pandoc, giving version. Added `adjusting`
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0081fa9306e0fb4f923020596d23c642aac67945
|
Subproject commit ff0db28a2c81dd086e75ff15a749a2fbb8405ad2
|
|
@ -9,7 +9,6 @@
|
||||||
\else % if luatex or xelatex
|
\else % if luatex or xelatex
|
||||||
\ifxetex
|
\ifxetex
|
||||||
\usepackage{mathspec}
|
\usepackage{mathspec}
|
||||||
\usepackage{xltxtra,xunicode}
|
|
||||||
\else
|
\else
|
||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
\fi
|
\fi
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
\else % if luatex or xelatex
|
\else % if luatex or xelatex
|
||||||
\ifxetex
|
\ifxetex
|
||||||
\usepackage{mathspec}
|
\usepackage{mathspec}
|
||||||
\usepackage{xltxtra,xunicode}
|
|
||||||
\else
|
\else
|
||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
\fi
|
\fi
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
\else % if luatex or xelatex
|
\else % if luatex or xelatex
|
||||||
\ifxetex
|
\ifxetex
|
||||||
\usepackage{mathspec}
|
\usepackage{mathspec}
|
||||||
\usepackage{xltxtra,xunicode}
|
|
||||||
\else
|
\else
|
||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
\fi
|
\fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue