]> git.lyx.org Git - features.git/commit
Fix bug #8464: stackrel with subscript.
authorGeorg Baum <baum@lyx.org>
Fri, 28 Dec 2012 18:51:28 +0000 (19:51 +0100)
committerGeorg Baum <baum@lyx.org>
Fri, 28 Dec 2012 19:08:43 +0000 (20:08 +0100)
commit56ece75ad9becba27ff1eaa12a0b8e3c68bb317b
treefc6bf769697cc332ffa81eb8e468f3448c4e1dac
parent8693f5a91e6a394429498ab035e2aca4a48c4d29
Fix bug #8464: stackrel with subscript.

The fix is basically mechanical, the additional code for fraction like insets
with three arguments was stolen from \unitfrac. As any math package,
stackrel.sty needs a buffer parameter to switch it off.
I also added the two stackrel flavours to the toolbar.
28 files changed:
development/FORMAT
lib/Makefile.am
lib/chkconfig.ltx
lib/doc/LaTeXConfig.lyx
lib/images/math/stackrel.png [new file with mode: 0644]
lib/images/math/stackrelthree.png [new file with mode: 0644]
lib/lyx2lyx/lyx_2_1.py
lib/ui/stdtoolbars.inc
src/BufferParams.cpp
src/BufferParams.h
src/LaTeXFeatures.cpp
src/frontends/qt4/GuiDocument.cpp
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathStackrel.cpp
src/mathed/InsetMathStackrel.h
src/mathed/MathFactory.cpp
src/mathed/MathParser.cpp
src/tex2lyx/Preamble.cpp
src/tex2lyx/TODO.txt
src/tex2lyx/test/CJK.lyx.lyx
src/tex2lyx/test/DummyDocument.lyx
src/tex2lyx/test/XeTeX-polyglossia.lyx.lyx
src/tex2lyx/test/box-color-size-space-align.lyx.lyx
src/tex2lyx/test/test-insets.lyx.lyx
src/tex2lyx/test/test-modules.lyx.lyx
src/tex2lyx/test/test-structure.lyx.lyx
src/tex2lyx/test/test.lyx.lyx
src/version.h