yatex

diff yatexmth.el @ 138:b7b54906ac3b

add newpage.rb
author yuuji@gentei.org
date Wed, 07 Jul 2010 22:27:25 +0900
parents 8703f090c628
children c9da37260ca9
line diff
     1.1 --- a/yatexmth.el	Thu May 27 16:37:44 2010 +0900
     1.2 +++ b/yatexmth.el	Wed Jul 07 22:27:25 2010 +0900
     1.3 @@ -1,8 +1,8 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5  ;;; YaTeX math-mode-specific functions.
     1.6  ;;; yatexmth.el
     1.7 -;;; (c)1993-2006 by HIROSE Yuuji [yuuji@yatex.org]
     1.8 -;;; Last modified Thu May 27 16:33:55 2010 on firestorm
     1.9 +;;; (c)1993-2010 by HIROSE Yuuji [yuuji@yatex.org]
    1.10 +;;; Last modified Fri May 28 15:21:26 2010 on firestorm
    1.11  ;;; $Id$
    1.12  
    1.13  ;;; [Customization guide]
    1.14 @@ -171,8 +171,10 @@
    1.15     ("II"	"amalg"		"II")
    1.16     ;	:
    1.17     ;;relational operators
    1.18 -   ("<"		"leq"		("<\n-"		""))
    1.19 -   (">"		"geq"		(">\n-"		""))
    1.20 +   ("<"		"leq"		("<\n-"		"<\n-"))
    1.21 +   ("=<"	"leqq"		("<\n="		""))
    1.22 +   (">"		"geq"		(">\n-"		">\n-"))
    1.23 +   (">="	"geqq"		(">\n="		""))
    1.24     ("-="	"equiv"		("=\n-"		YaTeX-image-equiv))
    1.25     ("=-"	"equiv"		("=\n-"		YaTeX-image-equiv))
    1.26     ("---"	"equiv"		("=\n-"		YaTeX-image-equiv))
    1.27 @@ -207,7 +209,9 @@
    1.28     ("-<"	"prec"		("-<"		""))
    1.29     ("-<="	"preceq"	("-<\n-"	"\n="))
    1.30     ("<<"	"ll"		("<<"		"s"))
    1.31 +   ("<<"	"lll"		"<<<")
    1.32     (">>"	"gg"		(">>"		"t"))
    1.33 +   (">>>"	"ggg"		">>>")
    1.34     ;	:
    1.35     ;;arrows
    1.36     ("<-"	"leftarrow"	("<-"		""))