Herbert's 'gather' patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4901 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-08-08 13:01:08 +00:00
parent e279f7bbb8
commit 8880849413
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-08-08 Herbert Voss <voss@perce.de>
* ui/default.ui: put gather into math menu
2002-08-07 John Levon <levon@movementarian.org>
* images/layout_LaTeX.xpm: remove - obsolete

View File

@ -162,6 +162,7 @@ Menuset
Item "AlignAt environment" "math-mutate alignat"
Item "XAlignAt environment" "math-mutate xalignat"
Item "XXAlignAt environment" "math-mutate xxalignat"
Item "Gather environment" "math-mutate gather"
Item "Multline environment" "math-mutate multline"
End
@ -215,6 +216,7 @@ Menuset
Item "AMS alignat environment|t" "command-sequence math-mode; math-mutate alignat;"
Item "AMS xalignat environment|x" "command-sequence math-mode; math-mutate xalignat;"
Item "AMS xxalignat environment" "command-sequence math-mode; math-mutate xxalignat;"
Item "AMS gather environment" "command-sequence math-mode; math-mutate gather;"
Item "AMS multline environment" "command-sequence math-mode; math-mutate multline;"
Separator
Item "Array environment|y" "math-insert matrix 2 2"