Jean-Marc Lasgouttes 2baa292314 Do not export the content of InsetMathBoxed as text in MathML
\boxed{} is the only box in LaTeX that contains math. It is amusing
that the example file that we had for ticket #13609 should not have
been a problem since there is no reason to force <mtext> there.

(cherry picked from commit 1186d90edf9a6702573f296d5642c5e61ceaaedf)
2024-07-24 18:26:53 +02:00
..
2024-07-22 22:06:02 +02:00
2023-12-29 20:10:50 +01:00
2021-02-28 22:32:11 +01:00
2023-11-09 00:21:21 +01:00
2021-01-06 14:08:00 +01:00
2024-03-21 21:32:45 +01:00
2021-03-06 23:36:58 +01:00
2024-07-22 22:06:02 +02:00
2023-11-08 08:56:40 +01:00
2020-10-13 09:57:36 +03:00
2020-10-05 09:37:15 +02:00
2019-04-15 20:56:52 +02:00
2020-06-25 23:31:42 +02:00
2020-06-25 23:31:42 +02:00

Inset 'Xyz' is implemented by 'MathXyzInset' in 'math_xyzinset.[hC]'


Inset hierarchy:

                                   MathInset
                                (abstract base)

                         /            |               \

              Dim                  Char               Symbol, Space, ...
         (thing that need       (for things formerly
          the width_/ascent_     known as characters)
          /descent_ cache)

          /             \

       Nest              Dots,  Func, ...
  (for thing with
   nested content)

        |         \

      Grid        Decoration   Delim   Frac  Macro  Root  Script  Sqrt

      /   \

 Array    Hull
         (base for eqnarray/align/...)