Delete removed `unicode-math` option.

See <https://www.ctan.org/ctan-ann/id/
mailman.2585.1485610970.17497.ctan-ann@ctan.org>.
This commit is contained in:
Ben Whitney 2017-09-22 17:55:12 -04:00
parent 3cbbc36818
commit 9a4a386901
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
% To support LaTeX quoting style
\defaultfontfeatures{Ligatures=TeX}
% Needed to manage math fonts
\RequirePackage[math-style=TeX,vargreek-shape=unicode]{unicode-math}
\RequirePackage[math-style=TeX]{unicode-math}
% Needed to use icons from font-awesome
% (https://github.com/posquit0/latex-fontawesome)
\RequirePackage{fontawesome}