Georg Baum d48855cdfe Improve CAS output of math macros
Previously, things like [ name ] where exported for computer algebra systems.
Now, the expanded macros are exported, which may still be wrong, but now the
CAS has at least a chance to understand what was meant.
2015-03-29 13:53:01 +02:00
..
2013-05-23 22:17:20 -07:00
2013-05-23 22:12:29 -07:00
2013-05-25 16:38:20 -07:00
2014-11-30 12:59:00 +01:00
2012-03-25 11:16:32 +02:00
2014-05-27 22:17:35 +02:00
2014-11-30 12:52:01 +01:00
2013-05-02 18:27:32 +02:00
2014-05-14 18:09:40 +02:00
2015-03-29 13:53:01 +02:00
2014-12-29 21:46:30 +01: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/...)