LaTeX: Don't load fontspec before unicode-math

The `unicode-math` package loads `fontspec` so explict loading of
`fontspec` before `unicode-math` is not necessary.
This commit is contained in:
Vaclav Haisman 2017-01-28 16:22:31 +01:00
parent 1e03774d34
commit 6205ac4b94

View file

@ -25,11 +25,9 @@ $if(mathspec)$
\ifxetex
\usepackage{mathspec}
\else
\usepackage{fontspec}
\usepackage{unicode-math}
\fi
$else$
\usepackage{fontspec}
\usepackage{unicode-math}
$endif$
\defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase}