mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 20:32:49 +00:00
3f0fc88ced
* src/frontends/controllers/ControlMath.C (latex_misc): Add intop and ointop * lib/images/math/intop.xpm: New * lib/images/math/ointop.xpm: Ditto * lib/images/math/int.xpm: Add box to make the difference to intop clear * lib/images/math/oint.xpm: ditto * lib/Makefile.am: add new files git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14924 a592a061-630c-0410-9148-cb99ea01b6c8
42 lines
688 B
C
42 lines
688 B
C
/* XPM */
|
|
static char *a[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"13 32 3 1",
|
|
" c #000000",
|
|
". c #000000",
|
|
"X c None",
|
|
/* pixels */
|
|
"XXXXXXXXX...X",
|
|
"XXXXXXXX.....",
|
|
"XXXXXXX..XXX.",
|
|
"XXXXXXX..XX..",
|
|
"XXXXXXX..XXXX",
|
|
"XXXXXX..XXXXX",
|
|
"XXXXXX..XXXXX",
|
|
"XXXXXX..XXXXX",
|
|
"XXXXXX..XXXXX",
|
|
"XXXX.....XXXX",
|
|
"XX...X....XXX",
|
|
"X..XXX..XX.XX",
|
|
"X..XXX..XX.XX",
|
|
"X..XX..XXX.XX",
|
|
"X...X..XXX.XX",
|
|
"XX.....X..XXX",
|
|
"XXXX....XXXXX",
|
|
"XXXXX..XXXXXX",
|
|
"XXXXX..XXXXXX",
|
|
"XXXXX..XXXXXX",
|
|
"XXXXX..XXXXXX",
|
|
"XXXX..XXXXXXX",
|
|
"..XX..XXXXXXX",
|
|
".XXX..XXXXXXX",
|
|
".....XXXXXXXX",
|
|
"X...XXXXXXXXX",
|
|
"XXXXXXXXXXXXX",
|
|
"XXX.X.X.X.XXX",
|
|
"XXXXXXXXXXXXX",
|
|
"XXX.XXXXX.XXX",
|
|
"XXXXXXXXXXXXX",
|
|
"XXX.X.X.X.XXX",
|
|
};
|