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 wrap: on
line diff
--- a/yatexmth.el	Sat Sep 11 11:40:56 2010 +0900
+++ b/yatexmth.el	Sat Sep 11 16:02:24 2010 +0900
@@ -2,7 +2,7 @@
 ;;; YaTeX math-mode-specific functions.
 ;;; yatexmth.el
 ;;; (c)1993-2010 by HIROSE Yuuji [yuuji@yatex.org]
-;;; Last modified Fri May 28 15:21:26 2010 on firestorm
+;;; Last modified Sat Sep 11 15:51:37 2010 on firestorm
 ;;; $Id$
 
 ;;; [Customization guide]
@@ -175,6 +175,7 @@
    ("=<"	"leqq"		("<\n="		""))
    (">"		"geq"		(">\n-"		">\n-"))
    (">="	"geqq"		(">\n="		""))
+   ("=:"	"fallingdotseq"	(".\n==\n ."	""))
    ("-="	"equiv"		("=\n-"		YaTeX-image-equiv))
    ("=-"	"equiv"		("=\n-"		YaTeX-image-equiv))
    ("---"	"equiv"		("=\n-"		YaTeX-image-equiv))

yatex.org