summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/xelatex/xduts/xdufont.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/xduts/xdufont.sty')
-rw-r--r--Master/texmf-dist/tex/xelatex/xduts/xdufont.sty9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/xelatex/xduts/xdufont.sty b/Master/texmf-dist/tex/xelatex/xduts/xdufont.sty
index 6c799297fdd..322f06f5211 100644
--- a/Master/texmf-dist/tex/xelatex/xduts/xdufont.sty
+++ b/Master/texmf-dist/tex/xelatex/xduts/xdufont.sty
@@ -28,7 +28,7 @@
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
\ProvidesExplPackage{xdufont}
- {2022/05/08}{1.13.2.0}
+ {2022/05/15}{1.15.0.1}
{Xidian University Font package}
\RequirePackage { xparse, l3keys2e }
\PassOptionsToPackage { quiet } { xeCJK }
@@ -385,9 +385,8 @@
\cs_new:Npn \__xdu_load_latin_font_none: { }
\cs_new:Npn \__xdu_load_unicode_math_pkg:
{
- \RequirePackage
- [ \l__xdu_unicode_math_tl ]
- { unicode-math }
+ \PassOptionsToPackage { \l__xdu_unicode_math_tl } { unicode-math }
+ \RequirePackage { unicode-math }
}
\cs_new:Npn \__xdu_load_math_font_cambria:
{
@@ -430,7 +429,7 @@
\__xdu_load_unicode_math_pkg:
\setmathfont { XITSMath-Regular.otf }
\setmathfont { XITSMath-Bold.otf }
- [range= { bfup -> up, bfit -> it } ]
+ [ range= { bfup -> up, bfit -> it } ]
}
}
\cs_new:Npn \__xdu_load_math_font_cm: { }