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:
parent
1e03774d34
commit
6205ac4b94
1 changed files with 0 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue