]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/default.ui
Some header capitalisation fixes
[lyx.git] / lib / ui / default.ui
index 9a1b53d86230e83b410fcf8250247b8a85bb6bb5..b91b92732f7519600a68eb787a69e8f235d7f7be 100644 (file)
@@ -1,17 +1,9 @@
 # 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. 
+# The syntax should be straightforward enough. 
 
 Menuset
 
-    Menubar "main_nobuffer"
-       Submenu "File|F" "file_nobuffer"
-       Submenu "Edit|E" "edit_nobuffer"
-       Submenu "Help|H" "help"
-    End
-
-    Menubar "main"
+    Menubar
        Submenu "File|F" "file"
        Submenu "Edit|E" "edit"
        Submenu "Insert|I" "insert"
@@ -25,17 +17,6 @@ Menuset
 #
 # FILE MENU
 #
-    Menu "file_nobuffer"
-       Item "New|N" "buffer-new"
-       Item "New from Template...|T" "buffer-new-template"
-       Item "Open...|O" "file-open"
-       Separator
-       Submenu "Import|I" "file_import"
-       Separator
-       Item "Exit|x" "lyx-quit"
-       Separator
-       Lastfiles
-    End
 
     Menu "file"
        Item "New|N" "buffer-new"
@@ -79,10 +60,6 @@ Menuset
 #
 # EDIT MENU
 #
-    Menu "edit_nobuffer"
-       Item "Preferences|P" "dialog-preferences"
-       Item "Reconfigure|R" "reconfigure"
-    End
 
     Menu "edit"
        Item "Undo|U" "undo"
@@ -131,9 +108,13 @@ Menuset
        Separator
        Item "Add Row|A" "tabular-feature append-row"
        Item "Delete Row|w" "tabular-feature delete-row"
+       Item "Copy Row" "tabular-feature copy-row"
+       Item "Swap Rows" "tabular-feature swap-row"
        Separator
        Item "Add Column|u" "tabular-feature append-column"
        Item "Delete Column|D" "tabular-feature delete-column"
+       Item "Copy Column" "tabular-feature copy-column"
+       Item "Swap Columns" "tabular-feature swap-column"
     End
 
     Menu "edit_math"
@@ -145,30 +126,67 @@ Menuset
 #      Item "Make alignat 2 columns|2"  "break-line B"
 #      Item "Make alignat 3 columns|3"  "break-line C"
 #      Separator
-       Item "Toggle numbering|n" "math-number"
-       Item "Toggle numbering of line|u" "math-nonumber"
-       Item "Toggle limits|l" "math-limits"
+       Item "Toggle Numbering|N" "math-number"
+       Item "Toggle Numbering of Line|u" "math-nonumber"
+#      Item "Toggle limits|l" "math-limits"
+       Submenu "Change Limits Type|L" "edit_math_limits"
        Separator
-       Item "Inline formula|I" "math-mutate inline"
-       Item "Displayed formula|D" "math-mutate display"
-       Item "Eqnarray environment|q" "math-mutate eqnarray"
-       Item "Align environment|A" "math-mutate align"
+       Submenu "Change Formula Type|F" "edit_math_mutate"
        Separator
-       Item "Align Left|f" "math-halign left"
-       Item "Align Center|C" "math-halign center"
-       Item "Align Right|R" "math-halign right"
+       Submenu "Use Computer Algebra System|S" "edit_math_extern"
        Separator
-       Item "V.Align Top|T" "math-valign top"
-       Item "V.Align Center|e" "math-valign center"
-       Item "V.Align Bottom|B" "math-valign bottom"
+       Submenu "Alignment|A" "edit_math_align"
        Separator
-       Item "Add Row" "math-row-insert"
-       Item "Delete Row" "math-row-delete"
+       Item "Add Row|R" "tabular-feature append-row"
+       Item "Delete Row|D" "tabular-feature delete-row"
+       Item "Copy Row" "tabular-feature copy-row"
+       Item "Swap Rows" "tabular-feature swap-row"
        Separator
-       Item "Add Column" "math-column-insert"
-       Item "Delete Column" "math-column-delete"
+       Item "Add Column|C" "tabular-feature append-column"
+       Item "Delete Column|e" "tabular-feature delete-column"
+       Item "Copy Column" "tabular-feature copy-column"
+       Item "Swap Columns" "tabular-feature swap-column"
     End
 
+    Menu "edit_math_limits"
+        Item "Default|t"  "math-limits empty"
+        Item "Display|D"  "math-limits limits"
+        Item "Inline|I"  "math-limits nolimits"
+    End
+
+    Menu "edit_math_extern"
+       Item "Octave" "math-extern octave"
+       Item "Maxima" "math-extern maxima"
+       Item "Mathematica" "math-extern mathematica"
+       Separator
+       Item "Maple, simplify" "math-extern maple simplify"
+       Item "Maple, factor" "math-extern maple factor"
+       Item "Maple, evalm" "math-extern maple evalm"
+       Item "Maple, evalf" "math-extern maple evalf"
+    End
+
+    Menu "edit_math_mutate"
+       Item "Inline Formula|I" "math-mutate simple"
+       Item "Displayed Formula|D" "math-mutate equation"
+       Item "Eqnarray Environment|q" "math-mutate eqnarray"
+       Item "Align Environment|A" "math-mutate align"
+       Item "AlignAt Environment" "math-mutate alignat"
+       Item "Flalign Environment|f" "math-mutate flalign"
+       #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
+
+    Menu "edit_math_align"
+       Item "Align Left|L" "tabular-feature align-left"
+       Item "Align Center|C" "tabular-feature align-center"
+       Item "Align Right|R" "tabular-feature align-right"
+       Separator
+       Item "V.Align Top|T" "tabular-feature valign-top"
+       Item "V.Align Center|e" "tabular-feature valign-center"
+       Item "V.Align Bottom|B" "tabular-feature valign-bottom"
+    End
 #
 # INSERT MENU
 #
@@ -181,6 +199,7 @@ Menuset
        Item "Label...|L" "label-insert"
        Item "Footnote|F" "footnote-insert"
        Item "Marginal Note|M" "marginalnote-insert"
+       Item "Short Title" "optional-insert"
        Item "Index Entry|I" "index-insert"
        Item "URL...|U" "url-insert"
        Item "Note|N" "note-insert"
@@ -189,7 +208,7 @@ Menuset
        Item "TeX|T" "ert-insert"
        Item "Minipage|p" "minipage-insert"
        Item "Graphics...|G" "graphics-insert"
-       Item "Tabular Material...|b" "dialog-tabular-insert"
+       Item "Tabular Material...|b" "tabular-insert"
        Submenu "Floats|a" "insert_floats"
        Separator
        Item "Include File...|d" "buffer-child-insert"
@@ -202,7 +221,7 @@ Menuset
        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"
+       Item "Ligature Break|k" "ligature-break-insert"
        Item "Protected Blank|B" "protected-space-insert"
        Item "Linebreak|L" "break-line"
        Item "Ellipsis|i" "dots-insert"
@@ -214,20 +233,50 @@ Menuset
     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;"
+       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 flalign Environment|f" "command-sequence math-mode; math-mutate flalign;"
+       #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"
-       Item "Cases environment|C" "math-insert cases 2"
+       Item "Array Environment|y" "math-matrix 2 2"
+       Item "Cases Environment|C" "math-insert \cases"
   Separator
+       Submenu "Font Change|f" "insert_math_font"
        Item "Math Panel|l" "math-panel"
     End
 
+    Menu "insert_math_font"
+       Item "Math normal font" "math-insert \mathnormal"
+       Separator
+       Item "Math calligraphic family" "math-insert \mathcal"
+       Item "Math fraktur family" "math-insert \mathfrak"
+       Item "Math roman family" "math-insert \mathrm"
+       Item "Math sans serif family" "math-insert \mathsf"
+       Separator
+       Item "Math bold series" "math-insert \mathbf"
+       Separator
+       Item "Text normal font" "math-insert \textnormal"
+       Separator
+       Item "Text roman family" "math-insert \textrm"
+       Item "Text sans serif family" "math-insert \textsf"
+       Item "Text typewriter family" "math-insert \texttt"
+       Separator
+       Item "Text bold series" "math-insert \textbf"
+       Item "Text medium series" "math-insert \textmd"
+       Separator
+       Item "Text italic shape" "math-insert \textit"
+       Item "Text small caps shape" "math-insert \textsc"
+       Item "Text slanted shape" "math-insert \textsl"
+       Item "Text upright shape" "math-insert \textup"
+               End
+
     Menu "insert_floats"
        FloatInsert
+       Item "Floatflt Figure" "wrap-insert figure"
     End
 
     Menu "insert_toc"
@@ -239,8 +288,8 @@ Menuset
 
     Menu "insert_file"
        Item "LyX Document...|X" "file-insert"
-       Item "Ascii as Lines...|L" "file-insert-ascii"
-       Item "Ascii as Paragraphs...|P" "file-insert-ascii-para"
+       Item "ASCII as Lines...|L" "file-insert-ascii"
+       Item "ASCII as Paragraphs...|P" "file-insert-ascii-para"
     End
 
 #
@@ -257,9 +306,10 @@ Menuset
        Item "Bold Style|B" "font-bold"
 #      Item "TeX Style|X" "tex-mode"
        Separator
-       Item "Change Environment Depth|v" "depth-increment"
+       Item "Decrease Environment Depth|v" "depth-decrement"
+       Item "Increase Environment Depth|i" "depth-increment"
        Item "Preamble|r" "layout-preamble"
-       Item "Start Appendix here|A" "appendix"
+       Item "Start Appendix Here|S" "appendix"
     End
 
 
@@ -273,7 +323,7 @@ Menuset
        Separator
        Item "LaTeX Logfile|L" "latex-view-log"
        Item "Table of Contents|T" "toc-view"
-       Item "Child processes|C" "show-forks"
+       Item "Child Processes|C" "show-forks"
        Item "TeX Information|X" "help-Texinfo"
     End
 
@@ -289,7 +339,7 @@ Menuset
        Separator
        Item "Error|E" "error-next"
        Item "Note|N" "note-next"
-       Item "Refs|R" "reference-next"
+       Item "Refs|R" "reference-goto"
        Submenu "Bookmarks|B" "navigate_bookmarks"
     End
 
@@ -375,5 +425,5 @@ Toolbar
     Icon "depth-increment"
     Separator
     Icon "graphics-insert"
-    Icon "dialog-tabular-insert"
+    Icon "tabular-insert"
 End