From: Georg Baum Date: Wed, 20 Apr 2005 15:40:51 +0000 (+0000) Subject: add missing math environments to the math_insert menu X-Git-Tag: 1.6.10~14377 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b6835125005d21f7ad15864eb378a3bdb43708f5;p=features.git 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 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 72ed85e8cc..8544bd8f68 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-04-20 Georg Baum + + * ui/stdmenus.ui: Add aligned, alignedat, gathered and split + environment to the math_insert menu + 2005-04-14 Jean-Marc Lasgouttes * layouts/scrclass.inc: do not assign a toclevel to addchap or diff --git a/lib/ui/stdmenus.ui b/lib/ui/stdmenus.ui index 522fce649b..96bb123209 100644 --- a/lib/ui/stdmenus.ui +++ b/lib/ui/stdmenus.ui @@ -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"