Enrico Forestieri 1a2af1197e Allow to specify either text mode or math mode commands (or both) in the
unicodesymbols file. When the command for a mode is not specified, the
other one is used (taking care that it also works in the "wrong" mode).
This allows to avoid the \lyxmathsym macro when a native math command
is available. Patch from Georg, modifications to the unicodesymbols
file by me.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25061 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-02 01:35:42 +00:00
..
2007-09-21 20:39:47 +00:00
2008-05-31 20:54:50 +00:00
2008-05-31 20:54:50 +00:00
2008-03-15 08:43:16 +00:00
2008-03-15 08:43:16 +00:00
2007-09-25 07:41:03 +00:00
2008-04-01 02:29:41 +00:00
2008-05-06 10:36:32 +00:00
2008-05-31 20:54:50 +00:00
2008-05-06 10:36:32 +00:00
2007-09-21 20:39:47 +00:00
2007-09-21 20:39:47 +00:00
2007-09-21 20:39:47 +00:00
2008-02-18 07:14:42 +00:00
2007-09-21 20:39:47 +00:00
2008-05-06 10:36:32 +00:00
2007-09-21 20:39:47 +00:00
2007-09-21 20:39:47 +00:00
2008-02-18 07:14:42 +00:00
2007-09-21 20:39:47 +00:00
2008-05-06 10:36:32 +00:00
2008-03-15 08:43:16 +00:00
2008-05-31 20:54:50 +00:00
2007-11-27 20:51:20 +00:00
2007-09-21 20:39:47 +00:00
2007-09-21 20:39:47 +00:00
2008-02-18 07:14:42 +00:00
2007-09-21 20:39:47 +00:00
2007-08-30 18:03:17 +00:00
2008-05-31 20:54:50 +00:00
2008-03-18 10:58:35 +00:00
2008-03-15 00:22:54 +00:00
2008-03-15 00:22:54 +00:00
2008-05-06 10:36:32 +00:00
2007-09-21 20:39:47 +00:00
2007-09-21 20:39:47 +00:00
2007-09-21 20:39:47 +00:00
2008-05-06 10:36:32 +00:00
2007-09-21 20:39:47 +00:00
2007-09-21 20:39:47 +00:00
2007-08-30 18:03:17 +00:00
2007-09-21 20:39:47 +00:00
2008-03-15 00:22:54 +00:00
2007-09-21 20:39:47 +00:00
2008-03-15 08:43:16 +00:00
2008-03-15 00:22:54 +00:00
2007-09-21 20:39:47 +00:00
2008-05-31 20:54:50 +00:00
2007-10-01 10:50:16 +00:00
2008-02-18 07:14:42 +00:00
2008-04-30 08:26:40 +00:00
2008-02-18 07:14:42 +00:00
2007-11-27 20:51:20 +00:00
2008-04-01 02:29:41 +00:00
2008-02-27 23:11:50 +00:00
2008-05-06 10:36:32 +00:00
2008-03-04 14:57:46 +00:00
2008-03-15 00:22:54 +00:00
2008-05-31 20:54:50 +00:00
2007-11-05 23:01:18 +00:00
2008-05-31 20:54:50 +00:00
2008-05-31 20:54:50 +00:00
2008-02-18 07:14:42 +00:00
2007-11-27 20:51:20 +00:00
2008-05-06 06:48:38 +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/...)