# HG changeset patch # User yuuji@gentei.org # Date 1284188544 -32400 # Node ID c9da37260ca9fa01bf95749d936c510f13a23a30 # Parent b65b3dc543d177ee042a659ba83b883bd3f532d8 fallingdotseq diff -r b65b3dc543d1 -r c9da37260ca9 yatexmth.el --- 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))