]> git.lyx.org Git - features.git/commit
Full delimiter support for llbracket and rrbracket
authorGeorg Baum <baum@lyx.org>
Sun, 16 Dec 2012 14:49:42 +0000 (15:49 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 16 Dec 2012 14:49:42 +0000 (15:49 +0100)
commit01a6d4252b94c3b0a38faf32da1eea9b17cbf3c5
tree197cfd478a0362a9ed2dfa0a1e2bad80ea901b83
parent5d45be0f935eb4f7e0d26141464806e84b2318b5
Full delimiter support for llbracket and rrbracket

stmaryrd.sty sets these symbols up as variable size math delimiters (i.e.
they may be used with \left and \right). Now LyX knows about that and offers
them in the delimiter dialog as well as single symbols.
lib/Makefile.am
lib/images/math/llbracket.png [new file with mode: 0644]
lib/images/math/rrbracket.png [new file with mode: 0644]
src/frontends/qt4/GuiDelimiter.cpp
src/mathed/InsetMathDelim.cpp
src/mathed/InsetMathDelim.h
src/mathed/MathSupport.cpp