mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
d8b68d84f1
commit
66fc6f76c0
17
lib/symbols
17
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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user