André Pönitz 593247d98a bugfix for compound 'symbols' using \lyxkern
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3850 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-27 10:51:46 +00:00
..
2002-01-03 18:37:18 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-25 13:24:28 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2001-12-18 12:21:33 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 06:57:13 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 06:57:13 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2001-11-09 14:23:44 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 06:57:13 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2001-11-16 11:24:55 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 06:57:13 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-02-14 14:52:23 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-02-01 10:21:29 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-02-05 13:27:34 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-03-21 17:42:56 +00:00
2002-02-11 08:19:02 +00:00
2002-03-21 17:42:56 +00:00
2001-12-05 17:50:18 +00:00
2001-08-28 13:34:04 +00:00

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


Inset hierarchy:
                                   
                                   MathInset   
                                (abstract base)

                         /            |             \

              Dim                  Char                   MacroArg
         (thing that need       (for things formerly 
          the width_/ascent_     known as characters) 
          /descent_ cache)
        
          /             \

       Nest              Dots  Func  Space  Symbol Bigop Noglyph
  (for thing with      
   nested content)     

        |         \

      Grid        Decoration   Delim   Frac  Macro  Root  Script  Sqrt

      /   \

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



There are only two "real LyXInsets" in here:

Formula       - containing a pointer to a  MathHullInset 
FormulaMacro  - containing a pointer to a  MathMacroTemplate