yatex

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 diff
     1.1 --- a/yatexmth.el	Thu May 27 11:22:11 2010 +0900
     1.2 +++ b/yatexmth.el	Thu May 27 11:34:41 2010 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX math-mode-specific functions.
     1.5  ;;; yatexmth.el
     1.6  ;;; (c)1993-2006 by HIROSE Yuuji [yuuji@yatex.org]
     1.7 -;;; Last modified Sun Dec 24 15:13:15 2006 on firestorm
     1.8 +;;; Last modified Thu May 27 11:32:20 2010 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; [Customization guide]
    1.12 @@ -152,7 +152,7 @@
    1.13     ("\\\\"	"setminus"	"\\")
    1.14     (")("	"wr"		" )\n(")
    1.15     ("<>"	"diamond"	"<>")
    1.16 -   ("/\-"	"bigtriangleup"	("/\\\n~~" ""))
    1.17 +   ("/\\-"	"bigtriangleup"	("/\\\n~~" ""))
    1.18     ("-\\/"	"bigtriangledown" ("__\n\\/" ""))
    1.19     ("<|"	"triangleleft"	"<|")
    1.20     ("|>"	"triangleright"	"|>")