]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.inc
Improve lyx2lyx roundtrip with cellvarwidth
[lyx.git] / lib / ui / stdtoolbars.inc
index 481aa86bb0a6e57e3a08d9b4bb8d03133d1808c8..ddcff9d3d04ff4efb675e8f4b3f500d178e7e90d 100644 (file)
@@ -72,7 +72,7 @@ Format 5
 
 ToolbarSet
 
-       Toolbar "standard" "Standard"
+       Toolbar "standard" "Standard[[toolbar]]"
                Layouts
                Item "New document" "buffer-new"
                Item "Open document" "file-open"
@@ -124,8 +124,8 @@ ToolbarSet
                BidiItem "Labeled List" "layout-toggle Labeling"
                BidiItem "Description" "layout-toggle Description"
                BidiItem "Section" "layout-toggle Section"
-               BidiItem "Increase depth" "depth-increment"
-               BidiItem "Decrease depth" "depth-decrement"
+               BidiItem "Increase depth" "command-alternatives outline-in;depth-increment"
+               BidiItem "Decrease depth" "command-alternatives outline-out;depth-decrement"
                Separator
                Item "Insert figure float" "float-insert figure"
                Item "Insert table float" "float-insert table"
@@ -212,6 +212,28 @@ ToolbarSet
                Item "Toggle math panels" "toolbar-toggle math_panels"
        End
 
+       Toolbar "math_panels" "Math Panels"
+               PopupMenu "space" "Math spacings"
+               PopupMenu "style" "Styles & classes"
+               PopupMenu "frac-square" "Fractions"
+               PopupMenu "font" "Fonts"
+               PopupMenu "functions" "Functions"
+               IconPalette "latex_deco" "Frame decorations"
+               IconPalette "latex_varsz" "Big operators"
+               IconPalette "latex_misc" "Miscellaneous"
+               IconPalette "latex_greek" "Greek"
+               IconPalette "latex_arrow" "Arrows"
+               IconPalette "latex_ams_arrows" "Arrows (extended)"
+               IconPalette "latex_bop" "Operators"
+               IconPalette "latex_ams_ops" "Operators (extended)"
+               IconPalette "latex_brel" "Relations"
+               IconPalette "latex_ams_rel" "Relations (extended)"
+               IconPalette "latex_ams_nrel" "Negative relations (extended)"
+               IconPalette "latex_dots" "Dots"
+               IconPalette "latex_delim" "Delimiters (fixed size)"
+               IconPalette "latex_ams_misc" "Miscellaneous (extended)"
+       End
+
        Toolbar "mathmacrotemplate" "Math Macros"
                Item "Remove last argument" "math-macro-remove-param"
                Item "Append argument" "math-macro-add-param"
@@ -306,28 +328,6 @@ ToolbarSet
                Item "Update local directory from repository" "vc-repo-update"
        End
 
-       Toolbar "math_panels" "Math Panels"
-               PopupMenu "space" "Math spacings"
-               PopupMenu "style" "Styles & classes"
-               PopupMenu "frac-square" "Fractions"
-               PopupMenu "font" "Fonts"
-               PopupMenu "functions" "Functions"
-               IconPalette "latex_deco" "Frame decorations"
-               IconPalette "latex_varsz" "Big operators"
-               IconPalette "latex_misc" "Miscellaneous"
-               IconPalette "latex_greek" "Greek"
-               IconPalette "latex_arrow" "Arrows"
-               IconPalette "latex_ams_arrows" "Arrows (extended)"
-               IconPalette "latex_bop" "Operators"
-               IconPalette "latex_ams_ops" "Operators (extended)"
-               IconPalette "latex_brel" "Relations"
-               IconPalette "latex_ams_rel" "Relations (extended)"
-               IconPalette "latex_ams_nrel" "Negative relations (extended)"
-               IconPalette "latex_dots" "Dots"
-               IconPalette "latex_delim" "Delimiters (fixed size)"
-               IconPalette "latex_ams_misc" "Miscellaneous (extended)"
-       End
-
        Toolbar "functions" "Functions"
                Item "arccos" "math-insert \arccos"
                Item "arcsin" "math-insert \arcsin"
@@ -423,6 +423,7 @@ ToolbarSet
                Item "Italic    \\mathit" "math-insert \mathit"
                Item "Typewriter        \\mathtt" "math-insert \mathtt"
                Item "Blackboard        \\mathbb" "math-insert \mathbb"
+               Item "Double stroke     \\mathds" "math-insert \mathds"
                Item "Fraktur   \\mathfrak" "math-insert \mathfrak"
                Item "Calligraphic      \\mathcal" "math-insert \mathcal"
                Item "Formal Script     \\mathscr" "math-insert \mathscr"