lyx_mirror/src/mathed
Jean-Marc Lasgouttes 4de117b23f compilation fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3032 a592a061-630c-0410-9148-cb99ea01b6c8
2001-11-15 14:52:32 +00:00
..
.cvsignore read ChangeLog, a lot of whitespace changes. experimental use of libtool 1999-11-22 16:19:48 +00:00
BUGS write \mathrm{x}\mathrm{y} as \mathrm{xy} again 2001-11-05 17:08:45 +00:00
ChangeLog compilation fixes 2001-11-15 14:52:32 +00:00
formula.C make cursor less eager to leave the formula when pressing 'up' or 'down' 2001-11-15 09:51:57 +00:00
formula.h some more public->private stuff 2001-11-13 15:21:38 +00:00
formulabase.C cosmetics 2001-11-13 15:29:45 +00:00
formulabase.h fix math cursor size in non-standard font sizes (again *sigh*) 2001-11-13 15:04:46 +00:00
formulamacro.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
formulamacro.h use stream-like syntax for LaTeX output 2001-10-19 11:25:48 +00:00
Makefile.am add paranthesis around numerator and denominator when exporting fractions 2001-11-13 16:27:06 +00:00
math_arrayinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_arrayinset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_atom.C make cursor less eager to leave the formula when pressing 'up' or 'down' 2001-11-15 09:51:57 +00:00
math_atom.h make cursor less eager to leave the formula when pressing 'up' or 'down' 2001-11-15 09:51:57 +00:00
math_binaryopinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_binaryopinset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_binominset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_binominset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_boxinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_boxinset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_braceinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_braceinset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_casesinset.C support for \begin{cases}...\end{cases} (for interactive creation type M-x 2001-11-12 16:45:09 +00:00
math_casesinset.h support for \begin{cases}...\end{cases} (for interactive creation type M-x 2001-11-12 16:45:09 +00:00
math_charinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_charinset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_cursor.C make cursor less eager to leave the formula when pressing 'up' or 'down' 2001-11-15 09:51:57 +00:00
math_cursor.h suppress the {} indication an empty base of a scriptinset if at the very 2001-11-13 14:45:08 +00:00
math_data.C translate '\int_0^1 e^x dx' to 'int(e^(x),x=0..1)' 2001-11-09 16:27:44 +00:00
math_data.h translate '\int_0^1 e^x dx' to 'int(e^(x),x=0..1)' 2001-11-09 16:27:44 +00:00
math_decorationinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_decorationinset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_defs.h simple MathML output for integrals 2001-11-09 18:02:20 +00:00
math_deliminset.C forgotten file math_extern[Ch] 2001-11-09 10:44:24 +00:00
math_deliminset.h forgotten file math_extern[Ch] 2001-11-09 10:44:24 +00:00
math_diffinset.C add paranthesis around numerator and denominator when exporting fractions 2001-11-13 16:27:06 +00:00
math_diffinset.h add paranthesis around numerator and denominator when exporting fractions 2001-11-13 16:27:06 +00:00
math_diminset.C try to do with super- and subscripts what TeX does 2001-09-11 10:58:17 +00:00
math_diminset.h - fix nasty bug due to missing InsetFormula copy c'tor 2001-08-06 17:20:26 +00:00
math_dotsinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_dotsinset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_exfuncinset.C improved function function argument detection for math-extern: 2001-11-13 18:33:48 +00:00
math_exfuncinset.h improved function function argument detection for math-extern: 2001-11-13 18:33:48 +00:00
math_exintinset.C math-extern: some support for things like d/dx 2001-11-15 14:14:37 +00:00
math_exintinset.h math-extern: some support for things like d/dx 2001-11-15 14:14:37 +00:00
math_extern.C compilation fixes 2001-11-15 14:52:32 +00:00
math_extern.h forgotten file math_extern[Ch] 2001-11-09 10:44:24 +00:00
math_factory.C forgotten file math_extern[Ch] 2001-11-09 10:44:24 +00:00
math_factory.h Use references instead of pointers where possible 2001-10-12 12:02:49 +00:00
math_fracbase.C make cursor less eager to leave the formula when pressing 'up' or 'down' 2001-11-15 09:51:57 +00:00
math_fracbase.h make cursor less eager to leave the formula when pressing 'up' or 'down' 2001-11-15 09:51:57 +00:00
math_fracinset.C improved function function argument detection for math-extern: 2001-11-13 18:33:48 +00:00
math_fracinset.h improved function function argument detection for math-extern: 2001-11-13 18:33:48 +00:00
math_funcinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_funcinset.h forgotten file math_extern[Ch] 2001-11-09 10:44:24 +00:00
math_funcliminset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_funcliminset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_gridinset.C support for \begin{cases}...\end{cases} (for interactive creation type M-x 2001-11-12 16:45:09 +00:00
math_gridinset.h support for \begin{cases}...\end{cases} (for interactive creation type M-x 2001-11-12 16:45:09 +00:00
math_hash.C handle \cr and \crcr like \\ 2001-11-12 18:00:20 +00:00
math_hullinset.C simple MathML output for integrals 2001-11-09 18:02:20 +00:00
math_hullinset.h simple MathML output for integrals 2001-11-09 18:02:20 +00:00
math_inset.C make cursor less eager to leave the formula when pressing 'up' or 'down' 2001-11-15 09:51:57 +00:00
math_inset.h make cursor less eager to leave the formula when pressing 'up' or 'down' 2001-11-15 09:51:57 +00:00
math_kerninset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_kerninset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_lefteqninset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_lefteqninset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_limitopinset.C some work on math-extern 2001-11-09 14:23:44 +00:00
math_limitopinset.h some work on math-extern 2001-11-09 14:23:44 +00:00
math_macro.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_macro.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_macroarg.C bug fix ('#1' got written as '#^^A') 2001-11-09 13:40:48 +00:00
math_macroarg.h some work on math-extern 2001-11-09 14:23:44 +00:00
math_macrotable.C cosmetics: rename support.[Ch] into math_support.[Ch] 2001-11-08 12:15:12 +00:00
math_macrotable.h Use references instead of pointers where possible 2001-10-12 12:02:49 +00:00
math_macrotemplate.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_macrotemplate.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_mathmlstream.C simple MathML output for integrals 2001-11-09 18:02:20 +00:00
math_mathmlstream.h suppress the {} indication an empty base of a scriptinset if at the very 2001-11-13 14:45:08 +00:00
math_matrixinset.C simple MathML output for integrals 2001-11-09 18:02:20 +00:00
math_matrixinset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_metricsinfo.C halfway through fixing size of math in non-standard sizesd paragraohs like 2001-10-19 17:46:13 +00:00
math_metricsinfo.h - remove MathStyles cache from those insets that don't need it 2001-10-22 15:37:49 +00:00
math_nestinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_nestinset.h remove position cache from insets - these were the last data item stored in 2001-10-24 09:16:06 +00:00
math_notinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_notinset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_parser.C handle \cr and \crcr like \\ 2001-11-12 18:00:20 +00:00
math_parser.h handle \cr and \crcr like \\ 2001-11-12 18:00:20 +00:00
math_rootinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_rootinset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_scriptinset.C make cursor less eager to leave the formula when pressing 'up' or 'down' 2001-11-15 09:51:57 +00:00
math_scriptinset.h make cursor less eager to leave the formula when pressing 'up' or 'down' 2001-11-15 09:51:57 +00:00
math_sizeinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_sizeinset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_spaceinset.C math-extern: some support for things like d/dx 2001-11-15 14:14:37 +00:00
math_spaceinset.h math-extern: some support for things like d/dx 2001-11-15 14:14:37 +00:00
math_specialcharinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_specialcharinset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_splitinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_splitinset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_sqrtinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_sqrtinset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_stackrelinset.C some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_stackrelinset.h some support for matrix operations with maple ('M-x math-extern maple evalm') 2001-11-09 08:35:57 +00:00
math_stringinset.C math-extern: some support for things like d/dx 2001-11-15 14:14:37 +00:00
math_stringinset.h math-extern: some support for things like d/dx 2001-11-15 14:14:37 +00:00
math_support.C cosmetics: rename support.[Ch] into math_support.[Ch] 2001-11-08 12:15:12 +00:00
math_support.h cosmetics: rename support.[Ch] into math_support.[Ch] 2001-11-08 12:15:12 +00:00
math_symbolinset.C store and output xml names if known... 2001-11-09 18:55:03 +00:00
math_symbolinset.h some work on math-extern 2001-11-09 14:23:44 +00:00
math_unknowninset.C forgotten file math_extern[Ch] 2001-11-09 10:44:24 +00:00
math_unknowninset.h forgotten file math_extern[Ch] 2001-11-09 10:44:24 +00:00
math_xdata.C tiny bugfix; remove unnerded code 2001-11-13 12:51:43 +00:00
math_xdata.h cosmetics: rename (x)array.[Ch] into math_(x)data.[Ch] 2001-11-08 12:55:58 +00:00
README fix broken ^ stuff; break delimiters... 2001-08-09 15:19:31 +00:00
texify fix cursor font bug 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     "Matrix"
         (base for eqnarray/align/...)



There are only two "real LyXInsets" in here:

Formula       - containing a pointer to a  MathMatrixInset (a misnomer...)
FormulaMacro  - containing a pointer to a  MathMacroTemplate