view lisp/toolbar/widen.xpm @ 59811:9e28f5bc25bb

(calc-latex-language, math-latex-parse-frac) (math-latex-print-frac): New functions. (math-oper-table, math-function-table, math-variable-table) (math-complex-format, math-input-filter): Add latex properties. (calc-set-language): Set math-expr-special-function-mapping.
author Jay Belanger <jay.p.belanger@gmail.com>
date Mon, 31 Jan 2005 06:25:17 +0000
parents 2568d5a27317
children
line wrap: on
line source

/* XPM */
static char * widen_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 3 1",
" 	c None",
".	c #8d4d97577838",
"X	c black",
/* pixels */
"                        ",
"                        ",
"                        ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .   XX        XX   .  ",
"  .  XX          XX  .  ",
"  . XX            XX .  ",
"  .XXXXXXXX  XXXXXXXX.  ",
"  .XXXXXXXX  XXXXXXXX.  ",
"  . XX            XX .  ",
"  .  XX          XX  .  ",
"  .   XX        XX   .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"                        ",
"                        ",
"                        "};