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
This commit is contained in:
André Pönitz 2002-01-03 15:42:48 +00:00
parent a8af2d353d
commit ed969a413f
3 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,4 @@
2002-01-03 Martin Vermeer <martin.vermeer@hut.fi>
* super.xpm:
* sub.xpm: sub- and superscript buttons for the math panel

26
images/sub.xpm Normal file
View File

@ -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 ",
" ",
" ",
" "};

26
images/super.xpm Normal file
View File

@ -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 ",
" ",
" ",
" ",
" ",
" ",
" "};