]> git.lyx.org Git - features.git/commit
Fix bug #5029: Support \smash, \mathclap, \mathllap and \mathrlap.
authorGeorg Baum <georg.baum@post.rwth-aachen.de>
Sun, 8 Jan 2012 12:34:12 +0000 (12:34 +0000)
committerGeorg Baum <georg.baum@post.rwth-aachen.de>
Sun, 8 Jan 2012 12:34:12 +0000 (12:34 +0000)
commit187790135b73e3e99a43e53f8c6494d119e94e98
tree401a687f1a9dea12a987048de9ff10077f75078d
parent4d62be3568d4ee998ff517e3877747c06bdf0622
Fix bug #5029: Support \smash, \mathclap, \mathllap and \mathrlap.
Also improve lyx2lyx roundtrip for automatically loaded packages.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40589 a592a061-630c-0410-9148-cb99ea01b6c8
14 files changed:
lib/Makefile.am
lib/images/math/mathclap.png [new file with mode: 0644]
lib/images/math/mathllap.png [new file with mode: 0644]
lib/images/math/mathrlap.png [new file with mode: 0644]
lib/images/math/smash.png [new file with mode: 0644]
lib/lyx2lyx/lyx_2_0.py
lib/lyx2lyx/lyx_2_1.py
lib/ui/stdtoolbars.inc
src/LaTeXFeatures.cpp
src/TextClass.cpp
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathPhantom.cpp
src/mathed/InsetMathPhantom.h
src/mathed/MathFactory.cpp