diff yatexpkg.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 a57f4c74179a
children 0d42b3d7f958
line wrap: on
line diff
--- 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