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:
Georg Baum 2005-04-20 15:40:51 +00:00
parent 38cc5d1ebc
commit b683512500
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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"