diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/um-code-compat.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/unicode-math/um-code-compat.dtx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/um-code-compat.dtx b/Master/texmf-dist/source/latex/unicode-math/um-code-compat.dtx index 668acbad2f9..3e97d36c183 100644 --- a/Master/texmf-dist/source/latex/unicode-math/um-code-compat.dtx +++ b/Master/texmf-dist/source/latex/unicode-math/um-code-compat.dtx @@ -61,10 +61,12 @@ % This is the same as writing, e.g., |\def\UrlFont{\ttfamily\@@_switchto_up:}| % but activates automatically so old documents that might change the \cs{url} % font still work correctly. +% +% TODO: check still needed now we have symup vs mathrm % \begin{macrocode} \AtEndOfPackageFile * {url} { - \tl_put_left:Nn \Url@FormatString { \@@_switchto_up: } + \tl_put_left:Nn \Url@FormatString { \@@_switch_to:n {up} } \tl_put_right:Nn \UrlSpecials { \do \` { \mathchar`\` } |