Georg Baum 5dedf8005d Fix dataloss for align env inside math
The math parser aborts with an error message on \begin{align} and
\begin{align*} if this is not the hull inset. This is now fixed, however
this is not complete support for these two environments (the GUI does not
respect the numbering). It is only the minimal fix that ensures that no data
loss occurs for documents imported by tex2lyx.
2014-02-27 21:25:19 +01:00
..
2013-05-23 22:17:20 -07:00
2013-05-02 18:27:32 +02:00
2013-05-23 22:12:29 -07:00
2013-05-25 16:38:20 -07:00
2012-03-25 11:16:32 +02:00
2014-02-25 21:21:47 +01:00
2013-05-25 16:38:20 -07:00
2013-05-25 16:38:20 -07:00
2013-05-02 18:27:32 +02:00
2013-05-02 18:27:32 +02:00
2013-06-03 02:35:32 -07:00
2013-05-25 16:38:20 -07: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/...)