]> git.lyx.org Git - lyx.git/history - src/mathed/math_symbolinset.C
infrastructure for requiring "amssymb".
[lyx.git] / src / mathed / math_symbolinset.C
2002-01-17 André Pönitzinfrastructure for requiring "amssymb".
2002-01-16 André Pönitzprepare writing info messages to the minibuffer
2001-12-05 Lars Gullik BjønnesAdd string << operators for the other streams as well...
2001-11-16 André Pönitzsearch & replace for symbols & function
2001-11-09 André Pönitzstore and output xml names if known...
2001-11-09 André Pönitzsimple MathML output for integrals
2001-11-09 André Pönitztranslate '\int_0^1 e^x dx' to 'int(e^(x),x=0..1)'
2001-11-09 André Pönitzsome work on math-extern
2001-11-09 André Pönitzsome support for matrix operations with maple ('M...
2001-11-08 André Pönitzcosmetics: rename support.[Ch] into math_support.[Ch]
2001-11-08 André Pönitzdon't #include too much stuff in .h
2001-11-07 André Pönitzchange output to uses streams instead of strings
2001-11-07 André Pönitzstart native C++ support for Octave, Maple and MathML
2001-10-31 André Pönitzfix drawing of mathrels. make \| equivalent to \Vert...
2001-10-29 André PönitzRe-introduction of a BraceInset to handle "extra braces"
2001-10-24 André Pönitzremove position cache from insets - these were the...
2001-10-22 André Pönitz- remove MathStyles cache from those insets that don...
2001-10-19 André Pönitzhalfway through fixing size of math in non-standard...
2001-10-19 André Pönitzuse stream-like syntax for LaTeX output
2001-09-11 André Pönitztry to do with super- and subscripts what TeX does
2001-08-31 Dekel TsurFew math fonts improvements (use cmr for uppercase...
2001-08-30 Dekel TsurMore fonts in mathed.
2001-08-16 André Pönitznew special-purpose inset for \not
2001-08-09 André Pönitzfix broken ^ stuff; break delimiters...
2001-08-09 André Pönitzmove things around
2001-08-09 André Pönitziterators for MathArray; cosmetics;
2001-08-08 André Pönitzbring back some more red color...
2001-08-06 André Pönitz- fix nasty bug due to missing InsetFormula copy c'tor
2001-07-27 André Pönitzrename MathBigopInset into MathSymbolInset. That's...