Mercurial > emacs
view lisp/toolbar/alias.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 | 30c4902b654d |
children |
line wrap: on
line source
/* XPM */ static char * alias_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 4 1", " c None", ". c #61b761b7600a", "X c #a5d8a5d89550", "o c black", /* pixels */ " ", " ", " ", " ...... ", " ...XXXX..XX ", " o..ooooooo... ", " ooo oooo..X ", " o.X ooo... ", " o.X ooo.XX ", " o.X oo.. ", " o.X oo. ", " o... oo.. ", " o.X o.. ", " o.XX oX. ", " o.... oo. ", " o..XX oooo ", " o...XXX XXoooo ", " ooo........ooooo ", " oooooXXooooo.oo ", " ooo o..oo", " o...", " ooo", " oo", " "};