]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.inc
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / lib / ui / stdtoolbars.inc
index 3bc0f02d5d6ce74db092950193197ecc0a2b2a6e..41907600103f4b9b8f2c1fbadcdb1086317d4fd9 100644 (file)
@@ -162,8 +162,8 @@ ToolbarSet
                Item "Align middle" "command-alternatives inset-modify tabular m-valign-middle;inset-modify tabular valign-middle"
                Item "Align bottom" "command-alternatives inset-modify tabular m-valign-bottom;inset-modify tabular valign-bottom"
                Separator
-               Item "Rotate cell" "inset-modify tabular toggle-rotate-cell"
-               Item "Rotate table" "inset-modify tabular toggle-rotate-tabular"
+               Item "Rotate cell by 90 degrees or unset rotation" "inset-modify tabular toggle-rotate-cell"
+               Item "Rotate table by 90 degrees or unset rotation" "inset-modify tabular toggle-rotate-tabular"
                Item "Set multi-column" "inset-modify tabular multicolumn"
                Item "Set multi-row" "inset-modify tabular multirow"
        End
@@ -336,6 +336,10 @@ 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 "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"
@@ -398,8 +402,7 @@ ToolbarSet
                Item "check" "math-insert \check"
                Item "widehat" "math-insert \widehat"
                Item "widetilde" "math-insert \widetilde"
-# enable this once the undertilde package is loaded automatically
-#              Item "utilde" "math-insert \utilde"
+               Item "utilde" "math-insert \utilde"
                Item "vec" "math-insert \vec"
                Item "acute" "math-insert \acute"
                Item "ddot" "math-insert \ddot"
@@ -418,6 +421,10 @@ ToolbarSet
                Item "underrightarrow" "math-insert \underrightarrow"
                Item "underleftrightarrow" "math-insert \underleftrightarrow"
                Item "underset" "math-insert \underset"
+               Item "cancel" "math-insert \cancel"
+               Item "bcancel" "math-insert \bcancel"
+               Item "xcancel" "math-insert \xcancel"
+               Item "cancelto" "math-insert \cancelto"
        End
 
        Toolbar "latex_arrow" "Arrows"