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
36 lines
637 B
C
36 lines
637 B
C
/* XPM */
|
|
static char *a[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"15 26 3 1",
|
|
" c #000000",
|
|
". c #000000",
|
|
"X c None",
|
|
/* pixels */
|
|
"XXXXXXXXX...XXX",
|
|
"XXXXXXXX.....XX",
|
|
"XXXXXXX..XXX.XX",
|
|
"XXXXXXX..XX..XX",
|
|
"XXXXXXX..XXXXXX",
|
|
"XXXXXX..XXXXXXX",
|
|
"XXXXXX..XXXXXXX",
|
|
"XXXXXX..XXXXXXX",
|
|
"XXXXXX..XXXXXXX",
|
|
"XXXX.....XXXXXX",
|
|
"XX...X....XXXXX",
|
|
"X..XXX..XX.XXXX",
|
|
"X..XXX..XX.XXXX",
|
|
"X..XX..XXX.XXXX",
|
|
"X...X..XXX.XXXX",
|
|
"XX.....X..XXXXX",
|
|
"XXXX....XXXXXXX",
|
|
"XXXXX..XXXXXXXX",
|
|
"XXXXX..XXXXXXXX",
|
|
"XXXXX..XXXXXXXX",
|
|
"XXXXX..XXXXXXXX",
|
|
"XXXX..XX.X.X.X.",
|
|
"..XX..XXXXXXXXX",
|
|
".XXX..XX.XXXXX.",
|
|
".....XXXXXXXXXX",
|
|
"X...XXXX.X.X.X."
|
|
};
|