]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.inc
Merge branch '2.3.2-staging' into 2.3.x
[lyx.git] / lib / ui / stdtoolbars.inc
index d375afad14b6b4907ec9ad67a9da2306bed27efa..8f0f6dce3fa8dad134cdacd7a83f3e9333e38e51 100644 (file)
@@ -95,6 +95,7 @@ ToolbarSet
                Item "Toggle outline" "dialog-toggle toc"
                Item "Toggle math toolbar" "toolbar-toggle math"
                Item "Toggle table toolbar" "toolbar-toggle table"
+               Item "Toggle review toolbar" "toolbar-toggle review"
        End
 
        Toolbar "view/update" "View/Update"
@@ -295,7 +296,7 @@ ToolbarSet
 
        Toolbar "math_panels" "Math Panels"
                PopupMenu "space" "Math spacings"
-               PopupMenu "style" "Styles"
+               PopupMenu "style" "Styles & classes"
                PopupMenu "frac-square" "Fractions"
                PopupMenu "font" "Fonts"
                PopupMenu "functions" "Functions"
@@ -361,12 +362,12 @@ ToolbarSet
                Item "Phantom   \\phantom" "math-insert \phantom"
                Item "Horizontal phantom        \\hphantom" "math-insert \hphantom"
                Item "Vertical phantom  \\vphantom" "math-insert \vphantom"
-               Item "Smash \\smash" "math-insert \smash"
-               Item "Top smash \\smasht" "math-insert \smasht"
-               Item "Bottom smash \\smashb" "math-insert \smashb"
-               Item "Left overlap \\mathllap" "math-insert \mathllap"
-               Item "Center overlap \\mathclap" "math-insert \mathclap"
-               Item "Right overlap \\mathrlap" "math-insert \mathrlap"
+               Item "Smash     \\smash" "math-insert \smash"
+               Item "Top smash \\smasht" "math-insert \smasht"
+               Item "Bottom smash      \\smashb" "math-insert \smashb"
+               Item "Left overlap      \\mathllap" "math-insert \mathllap"
+               Item "Center overlap    \\mathclap" "math-insert \mathclap"
+               Item "Right overlap     \\mathrlap" "math-insert \mathrlap"
        End
 
        Toolbar "sqrt-square" "Roots"
@@ -374,11 +375,15 @@ ToolbarSet
                Item "Other root        \\root" "math-insert \root"
        End
 
-       Toolbar "style" "Styles"
+       Toolbar "style" "Styles & Classes"
                Item "Display style     \\displaystyle" "math-size \displaystyle"
                Item "Normal text style \\textstyle" "math-size \textstyle"
                Item "Script (small) style      \\scriptstyle" "math-size \scriptstyle"
                Item "Scriptscript (smaller) style      \\scriptscriptstyle" "math-size \scriptscriptstyle"
+               Item "Relation class    \\mathrel" "math-insert \mathrel"
+               Item "Binary operator class     \\mathbin" "math-insert \mathbin"
+               Item "Large operator class      \\mathop" "math-insert \mathop"
+               Item "Ordinary class    \\mathord" "math-insert \mathord"
        End
 
        Toolbar "frac-square" "Fractions"
@@ -460,10 +465,10 @@ ToolbarSet
                Item "bcancel" "math-insert \bcancel"
                Item "xcancel" "math-insert \xcancel"
                Item "cancelto" "math-insert \cancelto"
-               Item "Insert left/right side scripts" "math-insert \sideset"
-               Item "Insert right side scripts" "math-insert \sidesetr"
-               Item "Insert left side scripts" "math-insert \sidesetl"
-               Item "Insert side scripts" "math-insert \sidesetn"
+               Item "Insert left/right side scripts (sideset)" "math-insert \sideset"
+               Item "Insert right side scripts (sidesetr)" "math-insert \sidesetr"
+               Item "Insert left side scripts (sidesetl)" "math-insert \sidesetl"
+               Item "Insert side scripts (sidesetn)" "math-insert \sidesetn"
                Item "overset" "math-insert \overset"
                Item "underset" "math-insert \underset"
                Item "stackrel" "math-insert \stackrel"