From: André Pönitz Date: Thu, 3 Jan 2002 15:42:48 +0000 (+0000) Subject: super- and subscript buttons for the math panel X-Git-Tag: 1.6.10~20097 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ed969a413fc32a205b4a90bba1a2db0ab5725e3c;p=features.git super- and subscript buttons for the math panel git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3288 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/images/ChangeLog b/images/ChangeLog index e69de29bb2..74f5cc4e6e 100644 --- a/images/ChangeLog +++ b/images/ChangeLog @@ -0,0 +1,4 @@ +2002-01-03 Martin Vermeer + + * super.xpm: + * sub.xpm: sub- and superscript buttons for the math panel diff --git a/images/sub.xpm b/images/sub.xpm new file mode 100644 index 0000000000..e64c0336c2 --- /dev/null +++ b/images/sub.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char const * sub_xpm[] = { +"20 20 3 1", +" c None", +". c #000000000000", +"X c #00000000FFFF", +" ", +" ", +" ", +" ", +" ...... ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . XXXXX ", +" . . X X ", +" . . X X ", +" ...... X X ", +" X X ", +" X X ", +" XXXXX ", +" ", +" ", +" "}; diff --git a/images/super.xpm b/images/super.xpm new file mode 100644 index 0000000000..df01612d26 --- /dev/null +++ b/images/super.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char const * super_xpm[] = { +"20 20 3 1", +" c None", +". c #00000000FFFF", +"X c #000000000000", +" ", +" ..... ", +" . . ", +" . . ", +" XXXXXX . . ", +" X X . . ", +" X X . . ", +" X X ..... ", +" X X ", +" X X ", +" X X ", +" X X ", +" X X ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" "};