yatex

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 diff
     1.1 --- a/yatexmth.el	Tue May 07 09:59:28 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 |")
     2.1 --- a/yatexpkg.el	Tue May 07 09:59:28 2013 +0900
     2.2 +++ b/yatexpkg.el	Fri Jul 05 23:31:20 2013 +0900
     2.3 @@ -1,7 +1,7 @@
     2.4  ;;; yatexpkg.el --- YaTeX package manager
     2.5  ;;; 
     2.6  ;;; (c)2003-2013 by HIROSE, Yuuji [yuuji@yatex.org]
     2.7 -;;; Last modified Tue May  7 09:55:01 2013 on firestorm
     2.8 +;;; Last modified Fri Jul  5 23:30:48 2013 on firestorm
     2.9  ;;; $Id$
    2.10  
    2.11  ;;; Code:
    2.12 @@ -32,7 +32,7 @@
    2.13      ("amsmath"	(env . YaTeX-package-ams-envs)
    2.14       		(section "tag" "tag*"))
    2.15      ("amssymb"	(maketitle "leqq" "geqq" "mathbb" "mathfrak"
    2.16 -			   "fallingdotseq"
    2.17 +			   "fallingdotseq" "therefore" "because"
    2.18  			   "lll" "ggg")) ;very few.  Please tell us!
    2.19      ("graphicx" (section "includegraphics"
    2.20  			 "rotatebox" "scalebox" "resizebox" "reflectbox")