diff yatexmth.el @ 305:53709ee88448 dev

Add \because and \therefore to math-image completion. (Also to amssymb list)
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 05 Jul 2013 23:31:20 +0900
parents 8d3156073892
children d69fd7b1ac4d
line wrap: on
line diff
--- a/yatexmth.el	Tue May 07 09:59:28 2013 +0900
+++ b/yatexmth.el	Fri Jul 05 23:31:20 2013 +0900
@@ -1,7 +1,7 @@
 ;;; yatexmth.el --- YaTeX math-mode-specific functions
 ;;; 
 ;;; (c)1993-2013 by HIROSE Yuuji [yuuji@yatex.org]
-;;; Last modified Mon Apr  1 22:44:22 2013 on firestorm
+;;; Last modified Fri Jul  5 23:28:28 2013 on firestorm
 ;;; $Id$
 
 ;;; Commentary:
@@ -310,6 +310,8 @@
    ("[]"	"Box"		"[]")
    ("no"	"notag"		"\\notag")
    (":"		"colon"		":")
+   (".'."	"therefore"	(".'." ""))
+   ("'.'"	"because"	("'.'" ""))
    ("Diamond"	"Diamond"	"/\\\n\\/")
    ("3"		"triangle"	"/\\\n~~")
    ("C"		"clubsuit"	" o\no+o\n |")

yatex.org