]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.ui
convert symbols file to UTF8
[lyx.git] / lib / ui / stdmenus.ui
index 137bd1bf4e902e92996dde1caccc79b56b73e277..a9c9ec6a13f3fae5cd3e9338b06ba5873ac041b6 100644 (file)
@@ -32,6 +32,7 @@ Menuset
 #
 
        Menu "file"
+               Item "New Window|W" "window-new"
                Item "New|N" "buffer-new"
                Item "New from Template...|m" "buffer-new-template"
                Item "Open...|O" "file-open"
@@ -180,6 +181,8 @@ Menuset
                Separator
                Submenu "Change Formula Type|F" "edit_math_mutate"
                Separator
+               Submenu "Text Style|T" "edit_math_textstyles"
+               Separator
                Submenu "Use Computer Algebra System|S" "edit_math_extern"
                Separator
                Item "Split Cell|C" "cell-split"
@@ -201,6 +204,31 @@ Menuset
                 Item "Inline|I"  "math-limits nolimits"
        End
 
+       Menu "edit_math_textstyles"
+               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 "edit_math_extern"
                Item "Octave" "math-extern octave"
                Item "Maxima" "math-extern maxima"
@@ -231,8 +259,6 @@ Menuset
                Item "Open All Insets|O" "all-insets-toggle open"
                Item "Close All Insets|C" "all-insets-toggle close"
                Separator
-               Item "Display Tooltips|i" "tooltips-toggle"
-               Separator
                Item "View source|s" "dialog-show view-source"
                Submenu "Update|U" "view_update"
                ViewFormats
@@ -307,6 +333,7 @@ Menuset
        Menu "insert_math"
                Item "Inline Formula|I" "math-mode on"
                Item "Display Formula|D" "math-display"
+               Item "Numbered Formula|N" "command-sequence math-display; math-number;"
                Item "Eqnarray Environment|E" "command-sequence math-mode on; math-mutate eqnarray;"
                Item "AMS align Environment|a" "command-sequence math-mode on; math-mutate align;"
                Item "AMS alignat Environment|t" "command-sequence math-mode on; math-mutate alignat;"
@@ -315,41 +342,15 @@ Menuset
                Item "AMS multline Environment|m" "command-sequence math-mode on; math-mutate multline;"
                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|S" "command-sequence math-insert \split; tabular-feature append-column"
+               Item "Cases Environment|C" "command-sequence math-mode on; math-insert \cases"
+               Item "Aligned Environment" "command-sequence math-mode on; math-insert \aligned; tabular-feature append-column"
+               Item "AlignedAt Environment" "command-sequence math-mode on; math-insert \alignedat; tabular-feature append-column"
+               Item "Gathered Environment" "command-sequence math-mode on; math-insert \gathered"
+               Item "Split Environment|S" "command-sequence math-mode on; math-insert \split; tabular-feature append-column"
                Separator
-               Submenu "Font Change|o" "insert_math_font"
                Item "Math Panel|P" "dialog-show mathpanel"
        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_float"
                FloatInsert
 # This has got to be better than "Wrap", anyway
@@ -413,6 +414,7 @@ Menuset
        Menu "navigate"
                Submenu "Bookmarks|B" "navigate_bookmarks"
                Item "Next Note|N" "note-next"
+               Item "Next Change|C" "change-next"
                Item "Next Reference|R" "reference-next"
                Item "Go to Label|L" "label-goto"
                Separator