yatex

diff yatexmth.el @ 305:53709ee88448

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 diff
     1.1 --- a/yatexmth.el	Mon Apr 01 22:47:31 2013 +0900
     1.2 +++ b/yatexmth.el	Fri Jul 05 23:31:20 2013 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexmth.el --- YaTeX math-mode-specific functions
     1.5  ;;; 
     1.6  ;;; (c)1993-2013 by HIROSE Yuuji [yuuji@yatex.org]
     1.7 -;;; Last modified Mon Apr  1 22:44:22 2013 on firestorm
     1.8 +;;; Last modified Fri Jul  5 23:28:28 2013 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Commentary:
    1.12 @@ -310,6 +310,8 @@
    1.13     ("[]"	"Box"		"[]")
    1.14     ("no"	"notag"		"\\notag")
    1.15     (":"		"colon"		":")
    1.16 +   (".'."	"therefore"	(".'." ""))
    1.17 +   ("'.'"	"because"	("'.'" ""))
    1.18     ("Diamond"	"Diamond"	"/\\\n\\/")
    1.19     ("3"		"triangle"	"/\\\n~~")
    1.20     ("C"		"clubsuit"	" o\no+o\n |")