]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/default.ui
tentative fix for #177; small things
[lyx.git] / lib / ui / default.ui
index 2d20d8d936088e381359f123de2586e5ea1e9881..cc148b1c6b7c68d60e7fadfcadfc6e1b0d3e78a6 100644 (file)
@@ -1,4 +1,4 @@
-# This is the default LyX user interface definition file.         -*- text -*- 
+# This is the default LyX user interface definition file.         -*- text -*-
 # The syntax should be straightforward enough. The menubar
 # "main_nobuffer" (if it exists) is used when there is no buffer open;
 # otherwise, the menubar "main" is used. 
@@ -31,6 +31,7 @@ Menuset
        Item "Open...|O" "file-open"
        Separator
        Submenu "Import|I" "file_import"
+       Item "Child processes|h" "show-forks"
        Separator
        Item "Exit|x" "lyx-quit"
        Separator
@@ -52,6 +53,7 @@ Menuset
        Submenu "Export|E" "file_export"
        Item "Print...|P" "buffer-print"
        OptItem "Fax...|F" "buffer-export fax"
+       Item "Child processes|h" "show-forks"
        Separator
        Item "Exit|x" "lyx-quit"
        Separator
@@ -96,12 +98,11 @@ Menuset
        Item "Find & Replace...|F" "find-replace"
        Submenu "Tabular|T" "edit_tabular"
        Submenu "Floats & Insets|I" "edit_floats"
-       Item "Math Panel|l" "math-panel"
        Submenu "Math|M" "edit_math"
        Separator
        #Item "Read Only" "buffer-toggle-read-only"
        Item "Spellchecker...|S" "spellchecker"
-       Item "Thesaurus" "thesaurus-entry"
+       Item "Thesaurus..." "thesaurus-entry"
        Item "Check TeX|h" "buffer-chktex"
        Item "Remove All Error Boxes|E" "error-remove-all"
        Separator
@@ -183,13 +184,7 @@ Menuset
 # INSERT MENU
 #
     Menu "insert"
-       Item "Math Formula|h" "math-mode"
-       Item "Display Formula|D" "math-display"
-       #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"
-       #Item "Change to Eqnarray Environment|q" "math-mutate eqnarray"
-       #Item "Change to Align Environment|g" "math-mutate align"
+        Submenu "Math|h" "insert_math"
        Separator
        Submenu "Special Character|S" "insert_special"
        Item "Citation Reference...|C" "citation-insert"
@@ -200,24 +195,23 @@ Menuset
        Item "Index Entry...|I" "index-insert"
        Item "Index Entry of Preceding Word|W" "index-insert-last"
        Item "URL...|U" "url-insert"
-       Item "Note...|N" "note-insert"
+       Item "Note|N" "note-insert"
        Submenu "Lists & TOC|O" "insert_toc"
        Separator
        Item "TeX|T" "ert-insert"
        Item "Minipage|p" "minipage-insert"
-       Item "Old-Graphics..." "figure-insert"
        Item "Graphics...|G" "graphics-insert"
        Item "Tabular Material...|b" "dialog-tabular-insert"
        Submenu "Floats|a" "insert_floats"
        Separator
-       Item "Include File|e" "buffer-child-insert"
-       Submenu "Insert File|t" "insert_file"
+       Item "Include File...|d" "buffer-child-insert"
+       Submenu "Insert File|e" "insert_file"
        Item "External Material...|x" "external-insert"
     End
 
     Menu "insert_special"
-       Item "Superscript|S" "command-sequence math-insert ^;math-mode;"
-       Item "Subscript|u" "command-sequence math-insert _;math-mode;"
+       Item "Superscript|S" "command-sequence math-mode ; math-superscript ; font-free; "
+       Item "Subscript|u" "command-sequence math-mode ; math-subscript ; font-free; "
        Item "HFill|H" "hfill-insert"
        Item "Hyphenation Point|P" "hyphenation-point-insert"
        Item "Ligature break|k" "ligature-break-insert"
@@ -229,6 +223,37 @@ Menuset
        Item "Menu Separator|M" "menu-separator-insert"
     End
 
+    Menu "insert_math"
+       Item "Inline Formula|I" "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
+       Submenu "Symbols|S" "insert_math_symbol"
+  Separator
+       Item "Math Panel...|l" "math-panel"
+    End
+
+    Menu "insert_math_symbol"
+       Item "Blackboard bold N (Natural)" "command-sequence math-mode; font-noun; math-insert N;"
+       Item "Blackboard bold Z (Integer)" "command-sequence math-mode; font-noun; math-insert Z;"
+       Item "Blackboard bold Q (Rational)" "command-sequence math-mode; font-noun; math-insert Q;"
+       Item "Blackboard bold R (Real)" "command-sequence math-mode; font-noun; math-insert R;"
+       Item "Blackboard bold C (Complex)" "command-sequence math-mode; font-noun; math-insert C;"
+       Item "Blackboard bold H (Quaternions)" "command-sequence math-mode; font-noun; math-insert H;"
+       Separator
+       Item "Calligraphic F (Fourier)" "command-sequence math-mode; font-emph; math-insert F;"
+       Item "Calligraphic L (Laplace)" "command-sequence math-mode; font-emph; math-insert L;"
+       Item "Calligraphic H (Hankel)" "command-sequence math-mode; font-emph; math-insert H;"
+       Item "Calligraphic O (Landau)" "command-sequence math-mode; font-emph; math-insert O;"
+    End
+
     Menu "insert_floats"
        FloatInsert
     End
@@ -261,10 +286,8 @@ Menuset
 #      Item "TeX Style|X" "tex-mode"
        Separator
        Item "Change Environment Depth|v" "depth-increment"
-       Item "LaTeX Preamble...|L" "layout-preamble"
+       Item "Preamble...|r" "layout-preamble"
        Item "Start Appendix here|A" "appendix"
-       Separator
-       Item "Save Layout as Default|S" "layout-save-default"
     End
 
 
@@ -326,10 +349,11 @@ Menuset
 #      Item "Reference Manual|R" "help-open Reference"
        Item "FAQ|F" "help-open FAQ"
        Item "Table of Contents|a" "help-open TOC"
-       Item "Known Bugs|K" "help-open BUGS"
        Item "LaTeX Configuration|L" "help-open LaTeXConfig"
        Separator
        Item "About LyX|X" "help-aboutlyx"
+       Separator
+       Item "TeX Information" "help-Texinfo"
     End
 
 End
@@ -368,14 +392,14 @@ Toolbar
     Icon "font-noun"
     Icon "font-free"
     Separator
-#    Icon "tex-mode"
     Icon "ert-insert"
     Icon "math-mode"
+    #Icon "math-panel"
     Separator
     Icon "footnote-insert"
     Icon "marginalnote-insert"
     Icon "depth-next"
     Separator
-    Icon "figure-insert"
+    Icon "graphics-insert"
     Icon "dialog-tabular-insert"
 End