Richard Heck 93c99335b0 Suppress XHTML output for math macros. (We used to get the default from
Inset.)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33795 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-18 22:19:34 +00:00
..
2009-10-06 14:26:18 +00:00
2009-12-31 18:40:20 +00:00
2010-02-18 08:28:46 +00:00
2009-12-31 20:36:34 +00:00
2009-12-31 20:36:34 +00:00
2010-02-18 08:28:46 +00:00
2009-12-31 21:01:00 +00:00
2009-12-31 21:22:04 +00:00
2010-03-10 16:57:01 +00:00
2010-01-12 20:22:07 +00:00
2009-12-31 21:44:12 +00:00
2010-01-21 20:48:12 +00:00
2010-02-18 08:28:46 +00:00
2009-12-31 21:54:00 +00:00
2010-02-18 08:28:46 +00:00
2009-12-31 22:02:19 +00:00
2009-12-31 22:02:19 +00:00
2009-11-14 23:28:50 +00: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/...)