diff yatex.el @ 599:e73e41509124 draft dev

Add fleqn from nccmath
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 16 Oct 2022 20:57:34 +0859
parents 923a6c0183be
children 157aa7974191
line wrap: on
line diff
--- a/yatex.el	Sun Oct 16 20:56:35 2022 +0859
+++ b/yatex.el	Sun Oct 16 20:57:34 2022 +0859
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
-;;; (c)1991-2020 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Thu Sep 29 10:22:07 2022 on firestorm
+;;; (c)1991-2022 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Sun Oct 16 20:54:58 2022 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; https://www.yatex.org/
@@ -16,7 +16,7 @@
 
 ;;; Code:
 (require 'yatexlib)
-(defconst YaTeX-revision-number "1.82.1"
+(defconst YaTeX-revision-number "1.82.2"
   "Revision number of running yatex.el")
 
 ;---------- Local variables ----------
@@ -362,7 +362,8 @@
 (defvar YaTeX-ams-math-begin-alist
   '(("align") ("align*") ("multline") ("multline*") ("gather") ("gather*")
     ("alignat") ("alignat*") ("xalignat") ("xalignat*")
-    ("xxalignat") ("xxalignat*") ("flalign") ("flalign*") ("equation*")))
+    ("xxalignat") ("xxalignat*") ("flalign") ("flalign*") ("equation*")
+    ("fleqn")))
 (defvar YaTeX-ams-math-gathering-alist
   '(("matrix") ("pmatrix") ("bmatrix") ("Bmatrix") ("vmatrix") ("Vmatrix")
     ("split") ("split*") ("aligned") ("aligned*") ("alignedat") ("gathered")

yatex.org