changeset 128:d5e19b856ca1 dev

typo in \\bigtriangleup fixed.
author yuuji@gentei.org
date Thu, 27 May 2010 11:34:41 +0900
parents 39548ee6e881
children b11d6271207e
files yatexmth.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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"	"|>")

yatex.org