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.sty14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/xelatex/xduts/xdufont.sty b/Master/texmf-dist/tex/xelatex/xduts/xdufont.sty
index 322f06f5211..06324233c65 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/15}{1.15.0.1}
+ {2022/06/21}{2.0.0.0}
{Xidian University Font package}
\RequirePackage { xparse, l3keys2e }
\PassOptionsToPackage { quiet } { xeCJK }
@@ -290,9 +290,9 @@
\cs_new:Npn \__xdu_set_latin_mono_font:nnnnn #1#2#3#4#5
{
\str_if_eq:NNTF { \l__xdu_font_type_tl } { font }
- { \setmonofont{ #1 } [ \__xdu_set_latin_scale: \__xdu_off_latin_ligatures: ]}
+ { \setmonofont { #1 } [ \__xdu_set_latin_scale: \__xdu_off_latin_ligatures: ] }
{
- \setmonofont{ #2 }
+ \setmonofont { #2 }
[
\__xdu_font_path:
\__xdu_set_latin_scale:
@@ -318,7 +318,7 @@
}
\cs_new:Npn \__xdu_set_latin_mono_font:nnnn #1#2#3#4
{
- \setmonofont{ #1 }
+ \setmonofont { #1 }
[
\__xdu_set_latin_scale:
\__xdu_off_latin_ligatures:
@@ -391,9 +391,9 @@
\cs_new:Npn \__xdu_load_math_font_cambria:
{
\__xdu_load_unicode_math_pkg:
- \str_if_eq:NNTF { \l__xdu_font_type_tl} { font}
- { \setmathfont { Cambria~Math} }
- { \setmathfont { cambria.ttc} [ Path = \l__xdu_font_path_tl/, FontIndex = 1 ] }
+ \str_if_eq:NNTF { \l__xdu_font_type_tl } { font }
+ { \setmathfont { Cambria~Math } }
+ { \setmathfont { cambria.ttc } [ Path = \l__xdu_font_path_tl/, FontIndex = 1 ] }
}
\cs_new:Npn \__xdu_define_math_font:nn #1#2
{