comparison 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
comparison
equal deleted inserted replaced
304:a57f4c74179a 305:53709ee88448
1 ;;; yatexpkg.el --- YaTeX package manager 1 ;;; yatexpkg.el --- YaTeX package manager
2 ;;; 2 ;;;
3 ;;; (c)2003-2013 by HIROSE, Yuuji [yuuji@yatex.org] 3 ;;; (c)2003-2013 by HIROSE, Yuuji [yuuji@yatex.org]
4 ;;; Last modified Tue May 7 09:55:01 2013 on firestorm 4 ;;; Last modified Fri Jul 5 23:30:48 2013 on firestorm
5 ;;; $Id$ 5 ;;; $Id$
6 6
7 ;;; Code: 7 ;;; Code:
8 (defvar YaTeX-package-ams-envs 8 (defvar YaTeX-package-ams-envs
9 (mapcar 'car YaTeX-ams-env-table)) 9 (mapcar 'car YaTeX-ams-env-table))
30 ("eclbkbox" (env "breakbox")) 30 ("eclbkbox" (env "breakbox"))
31 ("supertabular" (env "supertabular")) 31 ("supertabular" (env "supertabular"))
32 ("amsmath" (env . YaTeX-package-ams-envs) 32 ("amsmath" (env . YaTeX-package-ams-envs)
33 (section "tag" "tag*")) 33 (section "tag" "tag*"))
34 ("amssymb" (maketitle "leqq" "geqq" "mathbb" "mathfrak" 34 ("amssymb" (maketitle "leqq" "geqq" "mathbb" "mathfrak"
35 "fallingdotseq" 35 "fallingdotseq" "therefore" "because"
36 "lll" "ggg")) ;very few. Please tell us! 36 "lll" "ggg")) ;very few. Please tell us!
37 ("graphicx" (section "includegraphics" 37 ("graphicx" (section "includegraphics"
38 "rotatebox" "scalebox" "resizebox" "reflectbox") 38 "rotatebox" "scalebox" "resizebox" "reflectbox")
39 (option . YaTeX-package-graphics-driver-alist)) 39 (option . YaTeX-package-graphics-driver-alist))
40 ("color" (section "textcolor" "colorbox" "pagecolor" "color") 40 ("color" (section "textcolor" "colorbox" "pagecolor" "color")

yatex.org