yatex

changeset 143:c9da37260ca9 dev

fallingdotseq
author yuuji@gentei.org
date Sat, 11 Sep 2010 16:02:24 +0900
parents b65b3dc543d1
children 53ff0560fc7d
files yatexmth.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/yatexmth.el	Sat Sep 11 11:40:56 2010 +0900
     1.2 +++ b/yatexmth.el	Sat Sep 11 16:02:24 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))