fix some greek math bindings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@4992 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2002-08-15 13:25:01 +00:00
parent 4e21aba925
commit b822c70bd2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-08-15 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* bind/math.bind: add bindings for inserting \Lambda and \Psi
2002-07-24 Adrien Rebollo <adrien.rebollo@gmx.fr> 2002-07-24 Adrien Rebollo <adrien.rebollo@gmx.fr>
* examples/fr_CV.lyx: new file * examples/fr_CV.lyx: new file

View File

@ -154,6 +154,7 @@
\bind "M-m g S-G" "math-insert \Gamma" \bind "M-m g S-G" "math-insert \Gamma"
\bind "M-m g S-I" "math-insert \iota" \bind "M-m g S-I" "math-insert \iota"
\bind "M-m g S-J" "math-insert \epsilon" \bind "M-m g S-J" "math-insert \epsilon"
\bind "M-m g S-L" "math-insert \Lambda"
\bind "M-m g S-O" "math-insert \Omega" \bind "M-m g S-O" "math-insert \Omega"
\bind "M-m g S-P" "math-insert \Pi" \bind "M-m g S-P" "math-insert \Pi"
\bind "M-m g S-Q" "math-insert \vartheta" \bind "M-m g S-Q" "math-insert \vartheta"
@ -164,4 +165,4 @@
\bind "M-m g S-V" "math-insert \Theta" \bind "M-m g S-V" "math-insert \Theta"
\bind "M-m g S-W" "math-insert \Omega" \bind "M-m g S-W" "math-insert \Omega"
\bind "M-m g S-X" "math-insert \Xi" \bind "M-m g S-X" "math-insert \Xi"
\bind "M-m g S-Y" "math-insert \Varphi" \bind "M-m g S-Y" "math-insert \Psi"