mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-02 08:10:39 +00:00
* lib/ui/stdtoolbars.inc: group all delimiter buttons; strip obsolete "math" prefix
* lib/ui/stdmenues.inc: move math panel to the end of the submenu; strip obsolete "math" prefix (everything is math-related in this submenu) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17810 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b0cc76db74
commit
e28e0e941c
@ -361,9 +361,10 @@ Menuset
|
||||
Item "Gathered Environment|h" "command-sequence math-mode on; math-insert \gathered"
|
||||
Item "Split Environment|S" "command-sequence math-mode on; math-insert \split; tabular-feature append-column"
|
||||
Separator
|
||||
Item "Delimiters|r" "dialog-show mathdelimiter"
|
||||
Item "Matrix|x" "dialog-show mathmatrix"
|
||||
Separator
|
||||
Item "Math Panel|P" "dialog-show mathpanel"
|
||||
Item "Math Delimiters|r" "dialog-show mathdelimiter"
|
||||
Item "Math Matrix|x" "dialog-show mathmatrix"
|
||||
End
|
||||
|
||||
Menu "insert_float"
|
||||
|
@ -127,15 +127,15 @@ Toolbar "math" "Math"
|
||||
Item "Superscript" "math-superscript"
|
||||
Item "Insert square root" "math-insert \sqrt"
|
||||
Item "Insert root" "math-insert \root"
|
||||
Item "Insert standard fraction" "math-insert \frac"
|
||||
Item "Insert sum" "math-insert \sum"
|
||||
Item "Insert integral" "math-insert \int"
|
||||
Item "Insert product" "math-insert \prod"
|
||||
Separator
|
||||
Item "Insert standard fraction" "math-insert \frac"
|
||||
Item "Insert ( )" "math-delim ( )"
|
||||
Item "Insert [ ]" "math-delim [ ]"
|
||||
Item "Insert { }" "math-delim { }"
|
||||
Item "Insert math delimiters" "dialog-show mathdelimiter"
|
||||
Item "Insert delimiters" "dialog-show mathdelimiter"
|
||||
Separator
|
||||
Item "Insert matrix" "dialog-show mathmatrix"
|
||||
Item "Insert cases environment" "math-insert \cases"
|
||||
|
Loading…
Reference in New Issue
Block a user