diff options
author | Hans Hagen <pragma@wxs.nl> | 2021-06-24 19:37:45 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2021-06-24 19:37:45 +0200 |
commit | 820657bb1e9acfb36f24dfa8801526b0d5f2b464 (patch) | |
tree | fc93fd3936e84b9b0a6402719e185d35e332eee9 /tex/context/modules/mkxl | |
parent | 4272a26c49cbfee8917e5272fc0f964cbcfc4b03 (diff) | |
download | context-820657bb1e9acfb36f24dfa8801526b0d5f2b464.tar.gz |
2021-06-24 18:52:00
Diffstat (limited to 'tex/context/modules/mkxl')
-rw-r--r-- | tex/context/modules/mkxl/x-mathml.lmt | 6 | ||||
-rw-r--r-- | tex/context/modules/mkxl/x-mathml.mkxl | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/tex/context/modules/mkxl/x-mathml.lmt b/tex/context/modules/mkxl/x-mathml.lmt index ba05c002e..5d4653268 100644 --- a/tex/context/modules/mkxl/x-mathml.lmt +++ b/tex/context/modules/mkxl/x-mathml.lmt @@ -856,7 +856,7 @@ function xml.is_element(e,name) return type(e) == "table" and (not name or e.tg == name) end -function mathml.cpolar_a(root) +function mathml.cpolar(root) root = getid(root) local dt = root.dt ctx_mathopnolimits("Polar") @@ -905,6 +905,4 @@ install("mathml_mcolumn", mathml.mcolumn) install("mathml_extensible", mathml.extensible) install("mathml_csymbol", mathml.csymbol) -install("mathml_cpolar_a", mathml.cpolar_a) - -install("mathml_cpolar_extensible", mathml.cpolar_extensible) +install("mathml_cpolar", mathml.cpolar) diff --git a/tex/context/modules/mkxl/x-mathml.mkxl b/tex/context/modules/mkxl/x-mathml.mkxl index fbfc17883..11da32126 100644 --- a/tex/context/modules/mkxl/x-mathml.mkxl +++ b/tex/context/modules/mkxl/x-mathml.mkxl @@ -604,7 +604,7 @@ \stopxmlsetups \startxmlsetups mml:cn:polar:a - \mathml_cpolar_a{#1} + \mathml_cpolar{#1} \stopxmlsetups \startxmlsetups mml:cn:polar:b @@ -2358,6 +2358,7 @@ \novrule\s!depth\zeropoint\s!height\scratchheight\s!width\zeropoint \fi \ifdim\scratchwidth=\zeropoint + % maybe we need to do it anyway \orelse\ifx\MMLmspaceoption\v!test \hbox to \scratchwidth{\showstruts\strut\hss\lower2\exheight\hbox{\infofont\xmlattdef{#1}{width}}\hss\strut} \else |