]> git.lyx.org Git - features.git/commitdiff
add previously hard-coded predefined macros
authorAndré Pönitz <poenitz@gmx.net>
Fri, 12 Jul 2002 15:32:07 +0000 (15:32 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 12 Jul 2002 15:32:07 +0000 (15:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4625 a592a061-630c-0410-9148-cb99ea01b6c8

lib/symbols

index ba62e2fea8eed43ab1fbe9c4a45da9c4e7ca1da8..40e28870194e6a877674f27c19649ca4136a06db 100644 (file)
@@ -331,6 +331,7 @@ vartriangleleft    msa          67   0 mathrel  x
 trianglerighteq    msa          68   0 mathrel  x
 trianglelefteq     msa          69   0 mathrel  x
 rightsquigarrow    msa          32   0 mathrel  x
+leadsto            msa          32   0 mathrel  x
 lhd                msa          67   0 mathbin  x
 unlhd              msa          69   0 mathbin  x
 rhd                msa          66   0 mathbin  x
@@ -358,6 +359,7 @@ rightrightarrows   msa         182   0 mathrel  x
 upuparrows         msa         183   0 mathrel  x
 downdownarrows     msa         184   0 mathrel  x
 upharpoonright     msa         185   0 mathrel  x
+restriction        msa         185   0 mathrel  x
 downharpoonright   msa         186   0 mathrel  x
 upharpoonleft      msa         187   0 mathrel  x
 downharpoonleft    msa         188   0 mathrel  x
@@ -378,6 +380,7 @@ multimap           msa          40   0 mathrel  x
 therefore          msa          41  92 mathrel  x
 because            msa          42   0 mathrel  x
 doteqdot           msa          43   0 mathrel  x
+Doteq              msa          43   0 mathrel  x
 triangleq          msa          44   0 mathrel  x
 precsim            msa          45   0 mathrel  x
 lesssim            msa          46   0 mathrel  x
@@ -423,7 +426,9 @@ smallfrown         msa          97   0 mathrel  x
 Subset             msa          98   0 mathrel  x
 Supset             msa          99   0 mathrel  x
 Cup                msa         100   0 mathbin  x
+doublecup          msa         100   0 mathbin  x
 Cap                msa         101   0 mathbin  x
+doublecap          msa         101   0 mathbin  x
 curlywedge         msa         102   0 mathbin  x
 curlyvee           msa         103   0 mathbin  x
 leftthreetimes     msa         104   0 mathbin  x
@@ -741,3 +746,29 @@ $                  mathnormal    0   0 special  x
 # don't remove the space from the beginning of the next line
  #                 mathnormal    0   0 special  x
 
+
+
+#
+# pre-defined macros
+#
+
+\def\longleftrightarrow{\leftarrow\kern-2mm\rightarrow} 
+\def\Longleftrightarrow{\Leftarrow\kern-2mm\Rightarrow}
+\def\doteq{\stackrel{\cdot}{\=}}
+\def\longrightarrow{\lyxbar\kern-2mm\rightarrow}
+\def\longleftarrow{\leftarrow\kern-2mm\lyxbar}
+\def\mapsto{\mapstochar\kern-2mm\rightarrow}
+\def\longmapsto{\mapstochar\kern-2mm\lyxbar\kern-6mu\rightarrow}
+\def\Longrightarrow{\lyxeq\kern-2mm\Rightarrow}
+\def\Longleftarrow{\Leftarrow\kern-2mm\lyxeq}
+\def\models{\vert\kern-2mm\lyxeq}
+\def\hookrightarrow{\lhook\kern-2mm\rightarrow}
+\def\hookleftarrow{\leftarrow\kern-2mm\rhook}
+\def\bowtie{\triangleright\kern-2mm\triangleleft}
+\def\dashrightarrow{\lyxdabar\lyxdabar\lyxright}
+\def\dashleftarrow{\lyxleft\lyxdabar\lyxdabar}
+\def\dasharrow{\dashrightarrow}
+\def\Join{\ltimes\kern-2mm\rtimes}
+\def\mathcircumflex{\mbox{\^{}}}
+#"{\hat{}}
+