]> git.lyx.org Git - features.git/history - src/mathed/math_charinset.C
write \mathrm{x}\mathrm{y} as \mathrm{xy} again
[features.git] / src / mathed / math_charinset.C
2001-11-05 André Pönitzwrite \mathrm{x}\mathrm{y} as \mathrm{xy} again
2001-10-24 André Pönitzadd missing writeNormal() methods to some insets
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-08-31 Dekel TsurFew math fonts improvements (use cmr for uppercase...
2001-08-30 Dekel TsurMore fonts in mathed.
2001-08-30 André Pönitz*** empty log message ***
2001-08-30 André Pönitzprepare hanling of chars the nee a backslash when writt...
2001-08-28 André Pönitzfix cursor font bug
2001-08-17 André Pönitzfix display "'" vs "\ni"
2001-08-17 André Pönitzwrite sequences of chars with same code as unit
2001-08-17 André Pönitznew parser
2001-08-10 André Pönitzmake {} a proper inset; simplifications to the parser;
2001-08-10 André Pönitzsmall stuff
2001-08-09 André Pönitziterators for MathArray; cosmetics;
2001-08-08 André Pönitzcursor up/down; fix missing brace in write()
2001-08-06 André Pönitz- fix nasty bug due to missing InsetFormula copy c'tor
2001-08-06 André PönitzOooooops