]> git.lyx.org Git - features.git/commitdiff
add missing math environments to the math_insert menu
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 20 Apr 2005 15:40:51 +0000 (15:40 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 20 Apr 2005 15:40:51 +0000 (15:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9840 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/ui/stdmenus.ui

index 72ed85e8ccbcfedb369bf24e5a7c59000d581598..8544bd8f68a70b658289e27f43fbcf6f5b02ee25 100644 (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
index 522fce649b7e763be33bd829188ab376e5599e31..96bb123209bc411e74c5d27702c6e80863f7db1e 100644 (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"