]> git.lyx.org Git - features.git/commit
Add missing math delim decorations
authorGeorg Baum <baum@lyx.org>
Wed, 26 Feb 2014 20:18:31 +0000 (21:18 +0100)
committerGeorg Baum <baum@lyx.org>
Wed, 26 Feb 2014 20:18:31 +0000 (21:18 +0100)
commit9130bdb5ecaa7cc9a7c50f0bd3ee75332a5ba145
treeef56ef23cf81a6bda0d536e22949b5f10e555e6e
parentf4dd0ba56116a036f50674396e69ec3d48bf9625
Add missing math delim decorations

This avoids a message "Deco was not found. Programming error?" on stderr.
The added decorations are defined by amsmath, and equivalent to \vert (single
vertical bar) and \Vert (double vertical bar), respectively. They are used to
distinguish the single and paired versions (for use with \left and \right).
These symbols should cause amsmath to be loaded, but this would be too
dangerous to implement now.
src/mathed/MathSupport.cpp