diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/um-code-fontopt.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/unicode-math/um-code-fontopt.dtx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/um-code-fontopt.dtx b/Master/texmf-dist/source/latex/unicode-math/um-code-fontopt.dtx index db6edd40b0a..acd1117e34f 100644 --- a/Master/texmf-dist/source/latex/unicode-math/um-code-fontopt.dtx +++ b/Master/texmf-dist/source/latex/unicode-math/um-code-fontopt.dtx @@ -41,7 +41,7 @@ range .code:n = { \bool_if:NF \g_@@_main_font_defined_bool { \@@_error:n {no-main-font} } - \bool_set_false:N \l_@@_init_bool + \bool_gset_false:N \g_@@_init_bool \@@_range_init: \group_begin: \seq_map_inline:Nn \g_@@_mathclasses_seq @@ -64,7 +64,7 @@ % Math symbols are defined with \cmd\_@@_sym:nnn; see \secref{mathsymbol} % for the individual definitions % \begin{macrocode} -\cs_new:Nn \@@_range_init: +\@@_cs_new:Nn \@@_range_init: { \int_gincr:N \g_@@_fam_int \tl_set:Nx \l_@@_symfont_label_tl {@@_fam\int_use:N\g_@@_fam_int} @@ -111,7 +111,6 @@ % \begin{macrocode} \cs_new:Nn \@@_mathalph_decl:nF { - \tl_set:Nn \l_@@_tmpa_tl {#1} \tl_clear:N \l_@@_tmpb_tl \tl_clear:N \l_@@_tmpc_tl @@ -318,7 +317,7 @@ % the conditions of the LaTeX Project Public License, version 1.3c or higher % (your choice): <http://www.latex-project.org/lppl/>. % ------------------------------------------------ -% Copyright 2006-2018 Will Robertson, LPPL "maintainer" +% Copyright 2006-2019 Will Robertson, LPPL "maintainer" % Copyright 2010-2017 Philipp Stephani % Copyright 2011-2017 Joseph Wright % Copyright 2012-2015 Khaled Hosny |