]> git.lyx.org Git - features.git/commit
forgotten file math_extern[Ch]
authorAndré Pönitz <poenitz@gmx.net>
Fri, 9 Nov 2001 10:44:24 +0000 (10:44 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 9 Nov 2001 10:44:24 +0000 (10:44 +0000)
commit9921635d78cc2c1c304584dc8d18a7e83488ed1b
tree56314b5812420e9d1f85328e2c68ea082ac529ea
parentc93e9dcbc59d0b404561dbc7c373716f11fc13f1
forgotten file math_extern[Ch]
first shot at transformation 'sin^2 x' -> 'sin(x)^2'

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2992 a592a061-630c-0410-9148-cb99ea01b6c8
15 files changed:
src/mathed/Makefile.am
src/mathed/math_data.C
src/mathed/math_data.h
src/mathed/math_deliminset.C
src/mathed/math_deliminset.h
src/mathed/math_exfuncinset.C
src/mathed/math_exfuncinset.h
src/mathed/math_extern.C [new file with mode: 0644]
src/mathed/math_extern.h [new file with mode: 0644]
src/mathed/math_factory.C
src/mathed/math_funcinset.h
src/mathed/math_hullinset.C
src/mathed/math_inset.h
src/mathed/math_unknowninset.C [new file with mode: 0644]
src/mathed/math_unknowninset.h [new file with mode: 0644]