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
This commit is contained in:
Georg Baum 2012-01-07 18:28:14 +00:00
parent d8b68d84f1
commit 66fc6f76c0
2 changed files with 19 additions and 0 deletions

View 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

View 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