changeset 134:94a1370956a4 dev

`leqq' and `geqq' (in mathsymb)
author yuuji@gentei.org
date Fri, 28 May 2010 15:22:11 +0900
parents e117bfc8ce66
children 5c61fe39f1c4 78803eda24b8
files yatexmth.el yatexpkg.el
diffstat 2 files changed, 12 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/yatexmth.el	Fri May 28 13:06:52 2010 +0900
+++ b/yatexmth.el	Fri May 28 15:22:11 2010 +0900
@@ -1,8 +1,8 @@
 ;;; -*- Emacs-Lisp -*-
 ;;; YaTeX math-mode-specific functions.
 ;;; yatexmth.el
-;;; (c)1993-2006 by HIROSE Yuuji [yuuji@yatex.org]
-;;; Last modified Thu May 27 16:33:55 2010 on firestorm
+;;; (c)1993-2010 by HIROSE Yuuji [yuuji@yatex.org]
+;;; Last modified Fri May 28 15:21:26 2010 on firestorm
 ;;; $Id$
 
 ;;; [Customization guide]
@@ -171,8 +171,10 @@
    ("II"	"amalg"		"II")
    ;	:
    ;;relational operators
-   ("<"		"leq"		("<\n-"		""))
-   (">"		"geq"		(">\n-"		""))
+   ("<"		"leq"		("<\n-"		"<\n-"))
+   ("=<"	"leqq"		("<\n="		""))
+   (">"		"geq"		(">\n-"		">\n-"))
+   (">="	"geqq"		(">\n="		""))
    ("-="	"equiv"		("=\n-"		YaTeX-image-equiv))
    ("=-"	"equiv"		("=\n-"		YaTeX-image-equiv))
    ("---"	"equiv"		("=\n-"		YaTeX-image-equiv))
@@ -207,7 +209,9 @@
    ("-<"	"prec"		("-<"		""))
    ("-<="	"preceq"	("-<\n-"	"\n="))
    ("<<"	"ll"		("<<"		"s"))
+   ("<<"	"lll"		"<<<")
    (">>"	"gg"		(">>"		"t"))
+   (">>>"	"ggg"		">>>")
    ;	:
    ;;arrows
    ("<-"	"leftarrow"	("<-"		""))
--- a/yatexpkg.el	Fri May 28 13:06:52 2010 +0900
+++ b/yatexpkg.el	Fri May 28 15:22:11 2010 +0900
@@ -1,8 +1,8 @@
 ;;; -*- Emacs-Lisp -*-
 ;;; YaTeX package manager
 ;;; yatexpkg.el
-;;; (c)2003-2006 by HIROSE, Yuuji [yuuji@yatex.org]
-;;; Last modified Sun Dec 24 15:13:29 2006 on firestorm
+;;; (c)2003-2010 by HIROSE, Yuuji [yuuji@yatex.org]
+;;; Last modified Fri May 28 15:16:04 2010 on firestorm
 ;;; $Id$
 
 (defvar YaTeX-package-ams-envs
@@ -31,6 +31,8 @@
     ("supertabular" (env "supertabular"))
     ("amsmath"	(env . YaTeX-package-ams-envs)
      		(section "tag" "tag*"))
+    ("amssymb"	(maketitle "leqq" "geqq" "mathbb" "mathfrak"
+			   "lll" "ggg")) ;very few.  Please tell us!
     ("graphicx" (section "includegraphics"
 			 "rotatebox" "scalebox" "resizebox" "reflectbox")
      		(option . YaTeX-package-graphics-driver-alist))

yatex.org