changeset 599:e73e41509124 draft dev

Add fleqn from nccmath
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 16 Oct 2022 20:57:34 +0859
parents ebe2b7a66b9d
children 6061dd3a6dec
files yatex.el yatex.new yatexpkg.el
diffstat 3 files changed, 15 insertions(+), 5 deletions(-) [+]
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")
--- a/yatex.new	Sun Oct 16 20:56:35 2022 +0859
+++ b/yatex.new	Sun Oct 16 20:57:34 2022 +0859
@@ -1,6 +1,14 @@
 	What's new in YaTeX/yahtml
 	野鳥/yahtml - 各バージョンの変更点について
 
+1.83	== yatex ==
+	Evince-dbus連携見直し(Thanks to TeX Wiki)。
+	latex-message-kanji-code 0 でプロセスコード 'undicided にしてみた。
+	アドイン追加: wraptable, spacing, tablecolor
+	補完追加: fleqn
+	== yahtml ==
+	デフォルトテーブルHTML5
+
 1.82	== yatex ==
 	YaTeX::usepackage-alist-default を廃止し、
 	YaTeX-package-alist-default を利用するようにした。
--- a/yatexpkg.el	Sun Oct 16 20:56:35 2022 +0859
+++ b/yatexpkg.el	Sun Oct 16 20:57:34 2022 +0859
@@ -1,7 +1,7 @@
 ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*-
 ;;; 
 ;;; (c)2003-2019 by HIROSE, Yuuji [yuuji@yatex.org]
-;;; Last modified Thu Sep 22 20:20:37 2022 on firestorm
+;;; Last modified Sun Oct 16 20:56:01 2022 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -44,6 +44,7 @@
     ("latexsym"	(maketitle "mho" "Join" "Box" "Diamond" "leadsto"
 			   "sqsubset" "sqsupset" "lhd" "unlhd" "rhd" "unrhd"))
     ("mathrsfs"	(section "mathscr"))
+    ("fleqn"	(env "nccmath"))
     ("graphicx" (section "includegraphics"
 			 "rotatebox" "scalebox" "resizebox" "reflectbox")
      		(option . YaTeX-package-graphics-driver-alist))

yatex.org