From: Georg Baum Date: Sat, 7 Jan 2012 18:28:14 +0000 (+0000) Subject: Backport the safe part of bug #7949 X-Git-Tag: 2.0.3~86 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=66fc6f76c06e7022500ff39f9b677e19fc825677;p=features.git Backport the safe part of bug #7949 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40584 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/symbols b/lib/symbols index c195f199b1..ecc6dc4a04 100644 --- a/lib/symbols +++ b/lib/symbols @@ -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 diff --git a/status.20x b/status.20x index f1e79906d8..d3866c42dc 100644 --- a/status.20x +++ b/status.20x @@ -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