summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/xelatex/xduts/xdufont.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-05-15 20:41:52 +0000
committerKarl Berry <karl@freefriends.org>2022-05-15 20:41:52 +0000
commit99638029777533d71ab45a331944baf02775c7bd (patch)
tree8967d5ed49268fb78498a59632fb4bf4ff390782 /Master/texmf-dist/tex/xelatex/xduts/xdufont.sty
parent468f3f2d5e21e51d77dc26d0141b245976b34bd8 (diff)
xduts (15may22)
git-svn-id: svn://tug.org/texlive/trunk@63307 c570f23f-e606-0410-a88d-b1316a301751
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: { }