diff options
Diffstat (limited to 'tex/context/base/x-mathml.mkiv')
-rw-r--r-- | tex/context/base/x-mathml.mkiv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/x-mathml.mkiv b/tex/context/base/x-mathml.mkiv index badccbc4d..5335e5ca0 100644 --- a/tex/context/base/x-mathml.mkiv +++ b/tex/context/base/x-mathml.mkiv @@ -530,11 +530,11 @@ } { \doifsetupselse {mml:csymbol:#1} { % full url - \directsetup{mml:csymbol:#1} + \fastsetup{mml:csymbol:#1} } { % somename (fallback) \doifsetupselse {mml:csymbol:#2} { - \directsetup{mml:csymbol:#2} + \fastsetup{mml:csymbol:#2} } { \xmlval{mmc:cs}{#3}{}% todo } |