Mercurial > hgrepos > hgweb.cgi > yatex
diff yatexmth.el @ 128:d5e19b856ca1 dev
typo in \\bigtriangleup fixed.
author | yuuji@gentei.org |
---|---|
date | Thu, 27 May 2010 11:34:41 +0900 |
parents | 9b4354af748c |
children | 8703f090c628 |
line wrap: on
line diff
--- a/yatexmth.el Thu May 27 11:22:11 2010 +0900 +++ b/yatexmth.el Thu May 27 11:34:41 2010 +0900 @@ -2,7 +2,7 @@ ;;; YaTeX math-mode-specific functions. ;;; yatexmth.el ;;; (c)1993-2006 by HIROSE Yuuji [yuuji@yatex.org] -;;; Last modified Sun Dec 24 15:13:15 2006 on firestorm +;;; Last modified Thu May 27 11:32:20 2010 on firestorm ;;; $Id$ ;;; [Customization guide] @@ -152,7 +152,7 @@ ("\\\\" "setminus" "\\") (")(" "wr" " )\n(") ("<>" "diamond" "<>") - ("/\-" "bigtriangleup" ("/\\\n~~" "")) + ("/\\-" "bigtriangleup" ("/\\\n~~" "")) ("-\\/" "bigtriangledown" ("__\n\\/" "")) ("<|" "triangleleft" "<|") ("|>" "triangleright" "|>")