yatex

diff yatexpkg.el @ 134:94a1370956a4

`leqq' and `geqq' (in mathsymb)
author yuuji@gentei.org
date Fri, 28 May 2010 15:22:11 +0900
parents 8772bd5d1f02
children 53ff0560fc7d
line diff
     1.1 --- a/yatexpkg.el	Wed Jan 13 15:30:13 2010 +0900
     1.2 +++ b/yatexpkg.el	Fri May 28 15:22:11 2010 +0900
     1.3 @@ -1,8 +1,8 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5  ;;; YaTeX package manager
     1.6  ;;; yatexpkg.el
     1.7 -;;; (c)2003-2006 by HIROSE, Yuuji [yuuji@yatex.org]
     1.8 -;;; Last modified Sun Dec 24 15:13:29 2006 on firestorm
     1.9 +;;; (c)2003-2010 by HIROSE, Yuuji [yuuji@yatex.org]
    1.10 +;;; Last modified Fri May 28 15:16:04 2010 on firestorm
    1.11  ;;; $Id$
    1.12  
    1.13  (defvar YaTeX-package-ams-envs
    1.14 @@ -31,6 +31,8 @@
    1.15      ("supertabular" (env "supertabular"))
    1.16      ("amsmath"	(env . YaTeX-package-ams-envs)
    1.17       		(section "tag" "tag*"))
    1.18 +    ("amssymb"	(maketitle "leqq" "geqq" "mathbb" "mathfrak"
    1.19 +			   "lll" "ggg")) ;very few.  Please tell us!
    1.20      ("graphicx" (section "includegraphics"
    1.21  			 "rotatebox" "scalebox" "resizebox" "reflectbox")
    1.22       		(option . YaTeX-package-graphics-driver-alist))