]> git.lyx.org Git - features.git/commitdiff
add icon files for the \cancel support in math
authorUwe Stöhr <uwestoehr@web.de>
Sun, 12 Feb 2012 22:41:23 +0000 (22:41 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 12 Feb 2012 22:41:23 +0000 (22:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40741 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py
lib/Makefile.am
lib/images/math/bcancel.png [new file with mode: 0644]
lib/images/math/cancel.png [new file with mode: 0644]
lib/images/math/cancelto.png [new file with mode: 0644]
lib/images/math/xcancel.png [new file with mode: 0644]
lib/ui/stdtoolbars.inc

index e0cafa8528240e72eb5d03f23cddd07640d8be15..f393e5aabbdfd18ea06e1e9a4eb6c92e304ba818 100644 (file)
@@ -1678,6 +1678,7 @@ lib_images_math_files = Split('''
     bars.png
     barwedge.png
     Bbbk.png
+    bcancel.png
     because.png
     beta.png
     beth.png
@@ -1711,6 +1712,8 @@ lib_images_math_files = Split('''
     bullet.png
     bumpeq.png
     bumpeq2.png
+    cancel.png
+    cancelto.png
     cap.png
     cap2.png
     cases.png
@@ -2162,6 +2165,7 @@ lib_images_math_files = Split('''
     widetilde.png
     wp.png
     wr.png
+    xcancel.png
     xi.png
     xi2.png
     zeta.png
@@ -2846,6 +2850,7 @@ lib_examples_files = Split('''
     iecc07.fen
     iecc12.fen
     ItemizeBullets.lyx
+    knitr.lyx
     landslide.lyx
     lilypond.lyx
     linguistics.lyx
@@ -3274,6 +3279,7 @@ lib_layouts_module_files = Split('''
     foottoend.module
     hanging.module
     initials.module
+    knitr.module
     lilypond.module
     linguistics.module
     logicalmkup.module
@@ -3312,6 +3318,7 @@ lib_scripts_files = Split('''
     layout2layout.py
     legacy_lyxpreview2ppm.py
     listerrors
+    lyxknitr.R
     lyxpak.py
     lyxpreview2bitmap.py
     lyxpreview_tools.py
index 680c235784ebcd7dee2e54d6c0e1c027143da65a..4b9f83edd7193d3bf932f921148f45d810241da5 100644 (file)
@@ -500,6 +500,7 @@ dist_imagesmath_DATA = \
        images/math/bars.png \
        images/math/barwedge.png \
        images/math/Bbbk.png \
+       images/math/bcancel.png \
        images/math/because.png \
        images/math/beta.png \
        images/math/beth.png \
@@ -533,6 +534,8 @@ dist_imagesmath_DATA = \
        images/math/bullet.png \
        images/math/bumpeq.png \
        images/math/bumpeq2.png \
+       images/math/cancel.png \
+       images/math/cancelto.png \
        images/math/cap.png \
        images/math/cap2.png \
        images/math/cases.png \
@@ -988,6 +991,7 @@ dist_imagesmath_DATA = \
        images/math/widetilde.png \
        images/math/wp.png \
        images/math/wr.png \
+       images/math/xcancel.png \
        images/math/xi.png \
        images/math/xi2.png \
        images/math/zeta.png
diff --git a/lib/images/math/bcancel.png b/lib/images/math/bcancel.png
new file mode 100644 (file)
index 0000000..5b82397
Binary files /dev/null and b/lib/images/math/bcancel.png differ
diff --git a/lib/images/math/cancel.png b/lib/images/math/cancel.png
new file mode 100644 (file)
index 0000000..e7f01be
Binary files /dev/null and b/lib/images/math/cancel.png differ
diff --git a/lib/images/math/cancelto.png b/lib/images/math/cancelto.png
new file mode 100644 (file)
index 0000000..0fdb0c4
Binary files /dev/null and b/lib/images/math/cancelto.png differ
diff --git a/lib/images/math/xcancel.png b/lib/images/math/xcancel.png
new file mode 100644 (file)
index 0000000..f1769e5
Binary files /dev/null and b/lib/images/math/xcancel.png differ
index b17af79ce9cbd065d2d3ebce297bb57d62154fb7..89ea0ad0f0d19e69ebd052206b9bb4e7be4f4ca1 100644 (file)
@@ -421,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"