]> git.lyx.org Git - features.git/commitdiff
Backport the safe part of bug #7949
authorGeorg Baum <georg.baum@post.rwth-aachen.de>
Sat, 7 Jan 2012 18:28:14 +0000 (18:28 +0000)
committerGeorg Baum <georg.baum@post.rwth-aachen.de>
Sat, 7 Jan 2012 18:28:14 +0000 (18:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40584 a592a061-630c-0410-9148-cb99ea01b6c8

lib/symbols
status.20x

index c195f199b114830a5a37e822ca858b1d401d3704..ecc6dc4a04450e58fea67675befcda064912231f 100644 (file)
@@ -931,6 +931,23 @@ pmod               lyxblacktext  0   0 func     x
 pod                lyxblacktext  0   0 func     x     amsmath
 
 
+# mathtools.sty
+# no automatic loading without file format change
+\def\vcentcolon{\kern4mu:\kern3mu}
+\def\dblcolon{\vcentcolon\kern-8mu\vcentcolon}
+\def\coloneqq{\vcentcolon\kern-7mu=}
+\def\Coloneqq{\dblcolon\kern-7mu=}
+\def\coloneq{\vcentcolon\kern-7mu-}
+\def\Coloneq{\dblcolon\kern-7mu-}
+\def\eqqcolon{=\kern-8mu\vcentcolon}
+\def\Eqqcolon{=\kern-8mu\dblcolon}
+\def\eqcolon{-\kern-8mu\vcentcolon}
+\def\Eqcolon{-\kern-8mu\dblcolon}
+\def\colonapprox{\vcentcolon\kern-7mu\approx}
+\def\Colonapprox{\dblcolon\kern-7mu\approx}
+\def\colonsim{\vcentcolon\kern-7mu\sim}
+\def\Colonsim{\dblcolon\kern-7mu\sim}
+
 
 #
 # pre-defined macros
index f1e79906d8c20c8b00f1e854db84ed16019fed89..d3866c42dc485114f2aec77b5e5fef4d15be974a 100644 (file)
@@ -63,6 +63,8 @@ What's new
 
 - Disable spell checker dialog for empty documents (bug 5585).
 
+- Display some commands from mathtools.sty natively (bug 7949).
+
 
 * DOCUMENTATION AND LOCALIZATION