changeset 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 a57f4c74179a
children 9cfc505ba6aa
files yatexmth.el yatexpkg.el
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
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 |")
--- a/yatexpkg.el	Tue May 07 09:59:28 2013 +0900
+++ b/yatexpkg.el	Fri Jul 05 23:31:20 2013 +0900
@@ -1,7 +1,7 @@
 ;;; yatexpkg.el --- YaTeX package manager
 ;;; 
 ;;; (c)2003-2013 by HIROSE, Yuuji [yuuji@yatex.org]
-;;; Last modified Tue May  7 09:55:01 2013 on firestorm
+;;; Last modified Fri Jul  5 23:30:48 2013 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -32,7 +32,7 @@
     ("amsmath"	(env . YaTeX-package-ams-envs)
      		(section "tag" "tag*"))
     ("amssymb"	(maketitle "leqq" "geqq" "mathbb" "mathfrak"
-			   "fallingdotseq"
+			   "fallingdotseq" "therefore" "because"
 			   "lll" "ggg")) ;very few.  Please tell us!
     ("graphicx" (section "includegraphics"
 			 "rotatebox" "scalebox" "resizebox" "reflectbox")

yatex.org