mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Add forgotten file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6031 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4a1069a59d
commit
c49d1c9cfd
@ -1,3 +1,7 @@
|
||||
2003-02-04 Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
|
||||
|
||||
* images/math/rbracket.xpm: new file.
|
||||
|
||||
2003-02-04 Juergen Spitzmueller <j.spitzmueller@gmx.de>
|
||||
|
||||
* Makefile.am (IMAGES): install banner.ppm
|
||||
|
31
lib/images/math/rbracket.xpm
Normal file
31
lib/images/math/rbracket.xpm
Normal file
@ -0,0 +1,31 @@
|
||||
/* XPM */
|
||||
static char *a[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"3 22 3 1",
|
||||
" c black",
|
||||
". c black",
|
||||
"X c None",
|
||||
/* pixels */
|
||||
"...",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"XX.",
|
||||
"..."
|
||||
};
|
Loading…
Reference in New Issue
Block a user