# HG changeset patch # User yuuji@gentei.org # Date 1275027731 -32400 # Node ID 94a1370956a4c9be6da223e8d5a3b04880787cd9 # Parent e117bfc8ce66b5e644a946650e5503b6ac1af232 `leqq' and `geqq' (in mathsymb) diff -r e117bfc8ce66 -r 94a1370956a4 yatexmth.el --- 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" ("<-" "")) diff -r e117bfc8ce66 -r 94a1370956a4 yatexpkg.el --- 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))