mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
make math-extern a bit more visible in Edit->Math,
revamp some math key bindings add \boxed to the list of known things git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4815 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f383b26ec6
commit
67e2f58e78
@ -1,3 +1,10 @@
|
|||||||
|
2002-07-30 André Pönitz <poenitz@gmx.net>
|
||||||
|
|
||||||
|
* configure.m4:
|
||||||
|
* ui/default.ui: make math-extern a bit more visible in Edit->Math
|
||||||
|
|
||||||
|
* bind/math.bind: remove some strange bindings for Ø and Å
|
||||||
|
|
||||||
2002-07-30 Angus Leeming <leeming@lyx.org>
|
2002-07-30 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
* scripts/lyxpreview2ppm.sh: rename bbox.sed so that multiple runs
|
* scripts/lyxpreview2ppm.sh: rename bbox.sed so that multiple runs
|
||||||
|
@ -31,10 +31,6 @@
|
|||||||
\bind "M-m e" "math-superscript"
|
\bind "M-m e" "math-superscript"
|
||||||
\bind "M-m x" "math-subscript"
|
\bind "M-m x" "math-subscript"
|
||||||
|
|
||||||
\bind "M-m S-A" "command-sequence math-mode; font-roman; math-insert Å;"
|
|
||||||
\bind "M-m S-O" "command-sequence math-mode; font-roman; math-insert Ø;"
|
|
||||||
\bind "M-m S-T" "command-sequence math-mode; math-insert \mathrm; math-insert T;"
|
|
||||||
|
|
||||||
\bind "M-m u" "math-insert \sum"
|
\bind "M-m u" "math-insert \sum"
|
||||||
\bind "M-m i" "math-insert \int"
|
\bind "M-m i" "math-insert \int"
|
||||||
\bind "M-m m" "math-mode"
|
\bind "M-m m" "math-mode"
|
||||||
@ -59,11 +55,13 @@
|
|||||||
\bind "M-m o 8" "self-insert \#8"
|
\bind "M-m o 8" "self-insert \#8"
|
||||||
\bind "M-m o 9" "self-insert \#9"
|
\bind "M-m o 9" "self-insert \#9"
|
||||||
|
|
||||||
|
\bind "M-m t n" "math-mutate none"
|
||||||
\bind "M-m t t" "math-mutate dump"
|
\bind "M-m t t" "math-mutate dump"
|
||||||
\bind "M-m t a" "math-mutate align"
|
\bind "M-m t a" "math-mutate align"
|
||||||
\bind "M-m t i" "math-mutate inline"
|
\bind "M-m t i" "math-mutate simple"
|
||||||
\bind "M-m t d" "math-mutate display"
|
\bind "M-m t d" "math-mutate equation"
|
||||||
\bind "M-m t e" "math-mutate eqnarray"
|
\bind "M-m t e" "math-mutate eqnarray"
|
||||||
|
\bind "M-m t m" "math-mutate multline"
|
||||||
|
|
||||||
\bind "M-m c i" "math-column-insert"
|
\bind "M-m c i" "math-column-insert"
|
||||||
\bind "M-m c d" "math-column-delete"
|
\bind "M-m c d" "math-column-delete"
|
||||||
|
@ -285,6 +285,10 @@ LYXRC_PROG([for ChkTeX], \chktex_command,dnl
|
|||||||
# Search for a spellchecker
|
# Search for a spellchecker
|
||||||
LYXRC_PROG([for a spell-checker], \spell_command, ispell)
|
LYXRC_PROG([for a spell-checker], \spell_command, ispell)
|
||||||
|
|
||||||
|
# Search for computer algebra systems
|
||||||
|
SEARCH_PROG([for Octave],OCTAVE,octave)
|
||||||
|
SEARCH_PROG([for Maple],MAPLE,maple)
|
||||||
|
|
||||||
dnl # Search a Fax handling program
|
dnl # Search a Fax handling program
|
||||||
dnl SEARCH_PROG([for a fax driver], FAX, sendfax faxsend fax)
|
dnl SEARCH_PROG([for a fax driver], FAX, sendfax faxsend fax)
|
||||||
dnl if test $FAX = sendfax ; then
|
dnl if test $FAX = sendfax ; then
|
||||||
|
@ -111,6 +111,7 @@ label label none
|
|||||||
left left none
|
left left none
|
||||||
end end none
|
end end none
|
||||||
fbox fbox none
|
fbox fbox none
|
||||||
|
boxed fbox none
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -126,13 +126,9 @@ Menuset
|
|||||||
Item "Toggle numbering of line|u" "math-nonumber"
|
Item "Toggle numbering of line|u" "math-nonumber"
|
||||||
Item "Toggle limits|l" "math-limits"
|
Item "Toggle limits|l" "math-limits"
|
||||||
Separator
|
Separator
|
||||||
Item "Inline formula|I" "math-mutate simple"
|
Submenu "Change formula type...|t" "edit_math_mutate"
|
||||||
Item "Displayed formula|D" "math-mutate equation"
|
Separator
|
||||||
Item "Eqnarray environment|q" "math-mutate eqnarray"
|
Submenu "Call external CAS...|t" "edit_math_extern"
|
||||||
Item "Align environment|A" "math-mutate align"
|
|
||||||
Item "AlignAt environment" "math-mutate alignat"
|
|
||||||
Item "XAlignAt environment" "math-mutate xalignat"
|
|
||||||
Item "XXAlignAt environment" "math-mutate xxalignat"
|
|
||||||
Separator
|
Separator
|
||||||
Item "Align Left|f" "math-halign left"
|
Item "Align Left|f" "math-halign left"
|
||||||
Item "Align Center|C" "math-halign center"
|
Item "Align Center|C" "math-halign center"
|
||||||
@ -149,6 +145,26 @@ Menuset
|
|||||||
Item "Delete Column" "math-column-delete"
|
Item "Delete Column" "math-column-delete"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Menu "edit_math_extern"
|
||||||
|
Item "Octave" "math-extern octave"
|
||||||
|
Separator
|
||||||
|
Item "Maple, simplify" "math-extern maple simplify"
|
||||||
|
Item "Maple, factor" "math-extern maple factor"
|
||||||
|
Item "Maple, evalm" "math-extern maple evalm"
|
||||||
|
Item "Maple, evalf" "math-extern maple evalf"
|
||||||
|
End
|
||||||
|
|
||||||
|
Menu "edit_math_mutate"
|
||||||
|
Item "Inline formula|I" "math-mutate simple"
|
||||||
|
Item "Displayed formula|D" "math-mutate equation"
|
||||||
|
Item "Eqnarray environment|q" "math-mutate eqnarray"
|
||||||
|
Item "Align environment|A" "math-mutate align"
|
||||||
|
Item "AlignAt environment" "math-mutate alignat"
|
||||||
|
Item "XAlignAt environment" "math-mutate xalignat"
|
||||||
|
Item "XXAlignAt environment" "math-mutate xxalignat"
|
||||||
|
Item "Multline environment" "math-mutate multline"
|
||||||
|
End
|
||||||
|
|
||||||
#
|
#
|
||||||
# INSERT MENU
|
# INSERT MENU
|
||||||
#
|
#
|
||||||
@ -199,6 +215,7 @@ Menuset
|
|||||||
Item "AMS alignat environment|t" "command-sequence math-mode; math-mutate alignat;"
|
Item "AMS alignat environment|t" "command-sequence math-mode; math-mutate alignat;"
|
||||||
Item "AMS xalignat environment|x" "command-sequence math-mode; math-mutate xalignat;"
|
Item "AMS xalignat environment|x" "command-sequence math-mode; math-mutate xalignat;"
|
||||||
Item "AMS xxalignat environment" "command-sequence math-mode; math-mutate xxalignat;"
|
Item "AMS xxalignat environment" "command-sequence math-mode; math-mutate xxalignat;"
|
||||||
|
Item "AMS multline environment" "command-sequence math-mode; math-mutate multline;"
|
||||||
Separator
|
Separator
|
||||||
Item "Array environment|y" "math-insert matrix 2 2"
|
Item "Array environment|y" "math-insert matrix 2 2"
|
||||||
Item "Cases environment|C" "math-insert cases 2"
|
Item "Cases environment|C" "math-insert cases 2"
|
||||||
|
Loading…
Reference in New Issue
Block a user