A few things that have bee working for ages without any way to reach them
from the menus.

This creates a new Submenu   Insert->Math, since placing everything in the
main insert menu semms not possible in the long run...

Andre'

-- 
André Pönitz .............................................. [EMAIL PROTECTED]
Index: default.ui
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ui/default.ui,v
retrieving revision 1.69
diff -u -p -r1.69 default.ui
--- default.ui  2001/11/08 11:46:05     1.69
+++ default.ui  2001/11/13 09:09:14
@@ -182,9 +182,7 @@ Menuset
 # INSERT MENU
 #
     Menu "insert"
-       Item "Math Formula|h" "math-mode"
-       Item "Display Formula|D" "math-display"
-       Item "Math Panel|l" "math-panel"
+  Submenu "Math|h" "insert_math"
        #Item "Display Formula|D" "math-mode display"
        #Item "Change to Inline Math Formula|q" "math-mutate simple"
        #Item "Change to Displayed Math Formula|q" "math-mutate equation"
@@ -227,6 +225,21 @@ Menuset
        Item "End of Sentence|E" "end-of-sentence-period-insert"
        Item "Ordinary Quote|Q" "self-insert \""
        Item "Menu Separator|M" "menu-separator-insert"
+    End
+
+    Menu "insert_math"
+       Item "Inline Formula|h" "math-mode"
+       Item "Display Formula|D" "math-display"
+       Item "Eqnarray environment|E" "command-sequence math-mode; math-mutate 
+eqnarray;"
+       Item "AMS align environment|A" "command-sequence math-mode; math-mutate align;"
+       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;"
+  Separator
+       Item "Array environment|y" "math-insert matrix 2 2"
+       Item "Cases environment|C" "math-insert cases 2"
+  Separator
+       Item "Math Panel|l" "math-panel"
     End
 
     Menu "insert_floats"

Reply via email to