yatex

diff yatexpkg.el @ 184:bdc00b25045d

The text-property for math-mode should be front-sticky and rear-nonsticky.
author HIROSE Yuuji <yuuji@koeki-u.ac.jp>
date Wed, 30 Nov 2011 14:21:28 +0900
parents 94a1370956a4
children e216f9f347fa
line diff
     1.1 --- a/yatexpkg.el	Fri May 28 15:22:11 2010 +0900
     1.2 +++ b/yatexpkg.el	Wed Nov 30 14:21:28 2011 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX package manager
     1.5  ;;; yatexpkg.el
     1.6  ;;; (c)2003-2010 by HIROSE, Yuuji [yuuji@yatex.org]
     1.7 -;;; Last modified Fri May 28 15:16:04 2010 on firestorm
     1.8 +;;; Last modified Sat Sep 11 15:50:40 2010 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  (defvar YaTeX-package-ams-envs
    1.12 @@ -32,6 +32,7 @@
    1.13      ("amsmath"	(env . YaTeX-package-ams-envs)
    1.14       		(section "tag" "tag*"))
    1.15      ("amssymb"	(maketitle "leqq" "geqq" "mathbb" "mathfrak"
    1.16 +			   "fallingdotseq"
    1.17  			   "lll" "ggg")) ;very few.  Please tell us!
    1.18      ("graphicx" (section "includegraphics"
    1.19  			 "rotatebox" "scalebox" "resizebox" "reflectbox")