# HG changeset patch # User HIROSE Yuuji # Date 1373034680 -32400 # Node ID 53709ee884489c510f07f9bb1d7b22d6a97dd09d # Parent a57f4c74179a2f53ef38551ccf9a734b9343124a Add \because and \therefore to math-image completion. (Also to amssymb list) diff -r a57f4c74179a -r 53709ee88448 yatexmth.el --- 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 |") diff -r a57f4c74179a -r 53709ee88448 yatexpkg.el --- 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")