mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-13 20:09:59 +00:00
add missing math environments to the math_insert menu
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9840 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
38cc5d1ebc
commit
b683512500
@ -1,3 +1,8 @@
|
||||
2005-04-20 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* ui/stdmenus.ui: Add aligned, alignedat, gathered and split
|
||||
environment to the math_insert menu
|
||||
|
||||
2005-04-14 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* layouts/scrclass.inc: do not assign a toclevel to addchap or
|
||||
|
@ -294,6 +294,10 @@ Menuset
|
||||
Separator
|
||||
Item "Array Environment|y" "math-matrix 2 2"
|
||||
Item "Cases Environment|C" "math-insert \cases"
|
||||
Item "Aligned Environment" "command-sequence math-insert \aligned; tabular-feature append-column"
|
||||
Item "AlignedAt Environment" "command-sequence math-insert \alignedat; tabular-feature append-column"
|
||||
Item "Gathered Environment" "math-insert \gathered"
|
||||
Item "Split Environment" "command-sequence math-insert \split; tabular-feature append-column"
|
||||
Separator
|
||||
Submenu "Font Change|o" "insert_math_font"
|
||||
Item "Math Panel|P" "dialog-show mathpanel"
|
||||
|
Loading…
x
Reference in New Issue
Block a user