]> git.lyx.org Git - lyx.git/commit
Produce a cleaner latex output by avoiding \lyxmathsym when in text mode
authorEnrico Forestieri <forenr@lyx.org>
Wed, 4 Jun 2008 00:36:04 +0000 (00:36 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 4 Jun 2008 00:36:04 +0000 (00:36 +0000)
commit4ad2d0e15c998c42110da4119379e5df049203c1
tree157c8ab95c42f1545f5d7b68dc18b38fc43d766e
parent0d4ab86261beff291b43f2dca9a465fdfc4d5c92
Produce a cleaner latex output by avoiding \lyxmathsym when in text mode
inside math mode, and also ensure the proper mode inside math when using
the symbols from the unicodesymbols file. This hopefully fixes bug 3938.
Note that this approach could also be used for fixing bug 1527.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25109 a592a061-630c-0410-9148-cb99ea01b6c8
src/mathed/InsetMathBox.cpp
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathString.cpp
src/mathed/MathStream.cpp
src/mathed/MathStream.h