]> git.lyx.org Git - lyx.git/commit
try to do with super- and subscripts what TeX does
authorAndré Pönitz <poenitz@gmx.net>
Tue, 11 Sep 2001 10:58:17 +0000 (10:58 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Tue, 11 Sep 2001 10:58:17 +0000 (10:58 +0000)
commite4c58b72be2c1357a389f71b20e5c29809ed6cbf
treea0d32caaa4371d769e043ec7a7f6555608f68e65
parente670bed4c51cf9b523a33520056206a9246dc467
try to do with super- and subscripts what TeX does

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2722 a592a061-630c-0410-9148-cb99ea01b6c8
26 files changed:
src/mathed/ChangeLog
src/mathed/Makefile.am
src/mathed/array.C
src/mathed/array.h
src/mathed/formulabase.C
src/mathed/math_atom.C [new file with mode: 0644]
src/mathed/math_atom.h [new file with mode: 0644]
src/mathed/math_cursor.C
src/mathed/math_cursor.h
src/mathed/math_decorationinset.C
src/mathed/math_decorationinset.h
src/mathed/math_diminset.C
src/mathed/math_factory.C
src/mathed/math_funcliminset.C
src/mathed/math_funcliminset.h
src/mathed/math_gridinset.C
src/mathed/math_inset.C
src/mathed/math_inset.h
src/mathed/math_matrixinset.C
src/mathed/math_nestinset.C
src/mathed/math_parser.C
src/mathed/math_scriptinset.C
src/mathed/math_scriptinset.h
src/mathed/math_symbolinset.C
src/mathed/math_symbolinset.h
src/mathed/xarray.C