mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
a8af2d353d
commit
ed969a413f
@ -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
26
images/sub.xpm
Normal 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
26
images/super.xpm
Normal 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 ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
Loading…
Reference in New Issue
Block a user