Menu

#4694 lurkmathml does not know how to typeset box

None
closed
5
2026-03-31
2026-03-31
Leo Butler
No

At present, a box expression is simply typeset with mbox or mlabox as the operator:

mathml(box(x^2+y^2=1));

produces

 <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>mbox</mi> 
 <mrow><mo>(</mo><msup><mrow><mi>y</mi> </mrow> <mn>2</mn> </msup> <mo>+</mo> 
 <msup><mrow><mi>x</mi> </mrow> <mn>2</mn> </msup> <mo>=</mo> <mn>1</mn> 
 <mo>)</mo></mrow> </math>

rendered as

mbox (y 2 + x 2 = 1 )


and similar for a labelled box.

Discussion

  • Leo Butler

    Leo Butler - 2026-03-31

    Fixed in commit b78b96e89.

     
  • Leo Butler

    Leo Butler - 2026-03-31
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB