Skip to content

Commit

Permalink
track expl3 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Aug 13, 2023
1 parent 63ccd45 commit 2b60927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion um-code-mathtext.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
\SetMathAlphabet #1 {\l_@@_mversion_tl} {\g_fontspec_encoding_tl} {\l_@@_tmpa_tl} {\mddefault} {\shapedefault}

% integrate with fontspec's \setmathrm etc:
\tl_case:Nn #1
\token_case_meaning:Nn #1
{
\mathrm { \cs_gset_eq:NN \g__fontspec_mathrm_tl \l_@@_tmpa_tl }
\mathsf { \cs_gset_eq:NN \g__fontspec_mathsf_tl \l_@@_tmpa_tl }
Expand Down
2 changes: 1 addition & 1 deletion um-code-setchar.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
}
{ \char_set_catcode_other:n {#4} }

\tl_case:Nn #3
\token_case_meaning:Nn #3
{
\mathord { \@@_set_mathcode:nnn {#4} {#3} {#1} }
\mathalpha { \@@_set_mathcode:nnn {#4} {#3} {#1} }
Expand Down

0 comments on commit 2b60927

Please sign in to comment.