]> git.lyx.org Git - features.git/commit
Implement the EnsureMath inset in mathed for nesting math mode in text mode.
authorEnrico Forestieri <forenr@lyx.org>
Thu, 4 Sep 2008 22:24:07 +0000 (22:24 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 4 Sep 2008 22:24:07 +0000 (22:24 +0000)
commit8fde2a6fa762cfc72539d38460b9dd5c9e4d2e92
tree1a93b327bed3cb6e9c6e376e6e97c8b6d250730b
parent2807761e65a2e3ceda4b2a5f9b89a60a9726cca5
Implement the EnsureMath inset in mathed for nesting math mode in text mode.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26304 a592a061-630c-0410-9148-cb99ea01b6c8
src/Makefile.am
src/mathed/InsetMathEnsureMath.cpp [new file with mode: 0644]
src/mathed/InsetMathEnsureMath.h [new file with mode: 0644]
src/mathed/MathFactory.cpp
src/mathed/MathParser.cpp