yatex

diff yatexmth.el @ 145:efc3819f749b

Recognize <!-- #lint CommandLine --> as yahtml-lint-program.
author yuuji@gentei.org
date Sun, 12 Sep 2010 10:59:55 +0900
parents 94a1370956a4
children 9c5a764a871f
line diff
     1.1 --- a/yatexmth.el	Fri May 28 15:22:11 2010 +0900
     1.2 +++ b/yatexmth.el	Sun Sep 12 10:59:55 2010 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX math-mode-specific functions.
     1.5  ;;; yatexmth.el
     1.6  ;;; (c)1993-2010 by HIROSE Yuuji [yuuji@yatex.org]
     1.7 -;;; Last modified Fri May 28 15:21:26 2010 on firestorm
     1.8 +;;; Last modified Sat Sep 11 15:51:37 2010 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; [Customization guide]
    1.12 @@ -175,6 +175,7 @@
    1.13     ("=<"	"leqq"		("<\n="		""))
    1.14     (">"		"geq"		(">\n-"		">\n-"))
    1.15     (">="	"geqq"		(">\n="		""))
    1.16 +   ("=:"	"fallingdotseq"	(".\n==\n ."	""))
    1.17     ("-="	"equiv"		("=\n-"		YaTeX-image-equiv))
    1.18     ("=-"	"equiv"		("=\n-"		YaTeX-image-equiv))
    1.19     ("---"	"equiv"		("=\n-"		YaTeX-image-equiv))