# HG changeset patch # User yuuji@gentei.org # Date 1274927681 -32400 # Node ID d5e19b856ca146fb7702b1610a75403f48f3ec7d # Parent 39548ee6e8813862699a2bbee82e51f628f1c465 typo in \\bigtriangleup fixed. diff -r 39548ee6e881 -r d5e19b856ca1 yatexmth.el --- 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" "|>")