Guillaume Munch d2d243d77f Simplify the TexRow information for mathed output
Replace the manual manipulation of a stack of RowEntries with a Changer
function. When I introduced the stack of RowEntries, I did not know about the
Changer mechanism.
2016-06-13 08:46:15 +01:00
..
2015-06-11 00:09:31 +02:00
2016-05-29 17:55:55 -04:00
2016-06-13 08:46:15 +01:00
2016-06-13 08:46:15 +01:00
2016-06-13 08:46:15 +01:00
2016-06-13 08:46:15 +01:00
2016-06-13 08:46:15 +01:00
2016-05-29 17:55:55 -04:00
2013-05-23 22:12:29 -07:00
2015-08-23 11:47:37 +02:00
2015-08-23 11:47:37 +02:00
2016-06-13 08:46:15 +01:00
2013-05-25 16:38:20 -07:00
2015-10-10 21:04:28 +02:00
2016-06-13 08:46:15 +01:00
2016-06-13 08:46:15 +01:00
2016-06-13 08:46:15 +01:00
2016-06-13 08:46:15 +01:00
2016-06-13 08:46:15 +01:00
2016-05-29 17:55:55 -04:00
2014-11-30 12:52:01 +01:00
2016-06-13 08:46:15 +01:00
2015-11-08 21:53:32 +01:00
2015-09-12 22:47:09 +02:00
2015-04-02 21:20:32 +02:00
2016-05-29 17:55:55 -04: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/...)