mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Support for \implies and \dots
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5795 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4dc2a450f8
commit
094190ca46
@ -1,4 +1,9 @@
|
||||
2002-12-04 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
2002-12-09 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
* symbols: support for \implies and \dots
|
||||
|
||||
2002-12-04 Jean-Marc Lasgouttes <jean-marc.lasgouttes@inria.fr>
|
||||
|
||||
* configure.m4: remove epsi format
|
||||
|
||||
|
@ -30,6 +30,7 @@ widehat decoration none
|
||||
widetilde decoration none
|
||||
|
||||
# dots
|
||||
dots dots none
|
||||
cdots dots none
|
||||
ddots dots none
|
||||
dotsb dots none
|
||||
@ -786,6 +787,7 @@ iffont cmsy
|
||||
\def\longleftarrow{\leftarrow\kern-9.5mu\lyxbar}
|
||||
\def\Longrightarrow{\lyxeq\kern-9.5mu\Rightarrow}
|
||||
\def\Longleftarrow{\Leftarrow\kern-9.5mu\lyxeq}
|
||||
\def\implies{\Longrightarrow}
|
||||
\def\mapsto{\mapstochar\kern-9mu\rightarrow}
|
||||
\def\longmapsto{\mapstochar\kern-6mu\lyxbar\kern-9.5mu\rightarrow}
|
||||
\def\models{\vert\kern-7mu\lyxeq}
|
||||
|
Loading…
Reference in New Issue
Block a user