yatex

changeset 599:e73e41509124 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 diff
     1.1 --- a/yatex.el	Sun Oct 16 20:56:35 2022 +0859
     1.2 +++ b/yatex.el	Sun Oct 16 20:57:34 2022 +0859
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //野鳥// -*- coding: sjis -*-
     1.5 -;;; (c)1991-2020 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Thu Sep 29 10:22:07 2022 on firestorm
     1.7 +;;; (c)1991-2022 by HIROSE Yuuji.[yuuji@yatex.org]
     1.8 +;;; Last modified Sun Oct 16 20:54:58 2022 on firestorm
     1.9  ;;; $Id$
    1.10  ;;; The latest version of this software is always available at;
    1.11  ;;; https://www.yatex.org/
    1.12 @@ -16,7 +16,7 @@
    1.13  
    1.14  ;;; Code:
    1.15  (require 'yatexlib)
    1.16 -(defconst YaTeX-revision-number "1.82.1"
    1.17 +(defconst YaTeX-revision-number "1.82.2"
    1.18    "Revision number of running yatex.el")
    1.19  
    1.20  ;---------- Local variables ----------
    1.21 @@ -362,7 +362,8 @@
    1.22  (defvar YaTeX-ams-math-begin-alist
    1.23    '(("align") ("align*") ("multline") ("multline*") ("gather") ("gather*")
    1.24      ("alignat") ("alignat*") ("xalignat") ("xalignat*")
    1.25 -    ("xxalignat") ("xxalignat*") ("flalign") ("flalign*") ("equation*")))
    1.26 +    ("xxalignat") ("xxalignat*") ("flalign") ("flalign*") ("equation*")
    1.27 +    ("fleqn")))
    1.28  (defvar YaTeX-ams-math-gathering-alist
    1.29    '(("matrix") ("pmatrix") ("bmatrix") ("Bmatrix") ("vmatrix") ("Vmatrix")
    1.30      ("split") ("split*") ("aligned") ("aligned*") ("alignedat") ("gathered")
     2.1 --- a/yatex.new	Sun Oct 16 20:56:35 2022 +0859
     2.2 +++ b/yatex.new	Sun Oct 16 20:57:34 2022 +0859
     2.3 @@ -1,6 +1,14 @@
     2.4  	What's new in YaTeX/yahtml
     2.5  	野鳥/yahtml - 各バージョンの変更点について
     2.6  
     2.7 +1.83	== yatex ==
     2.8 +	Evince-dbus連携見直し(Thanks to TeX Wiki)。
     2.9 +	latex-message-kanji-code 0 でプロセスコード 'undicided にしてみた。
    2.10 +	アドイン追加: wraptable, spacing, tablecolor
    2.11 +	補完追加: fleqn
    2.12 +	== yahtml ==
    2.13 +	デフォルトテーブルHTML5
    2.14 +
    2.15  1.82	== yatex ==
    2.16  	YaTeX::usepackage-alist-default を廃止し、
    2.17  	YaTeX-package-alist-default を利用するようにした。
     3.1 --- a/yatexpkg.el	Sun Oct 16 20:56:35 2022 +0859
     3.2 +++ b/yatexpkg.el	Sun Oct 16 20:57:34 2022 +0859
     3.3 @@ -1,7 +1,7 @@
     3.4  ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*-
     3.5  ;;; 
     3.6  ;;; (c)2003-2019 by HIROSE, Yuuji [yuuji@yatex.org]
     3.7 -;;; Last modified Thu Sep 22 20:20:37 2022 on firestorm
     3.8 +;;; Last modified Sun Oct 16 20:56:01 2022 on firestorm
     3.9  ;;; $Id$
    3.10  
    3.11  ;;; Code:
    3.12 @@ -44,6 +44,7 @@
    3.13      ("latexsym"	(maketitle "mho" "Join" "Box" "Diamond" "leadsto"
    3.14  			   "sqsubset" "sqsupset" "lhd" "unlhd" "rhd" "unrhd"))
    3.15      ("mathrsfs"	(section "mathscr"))
    3.16 +    ("fleqn"	(env "nccmath"))
    3.17      ("graphicx" (section "includegraphics"
    3.18  			 "rotatebox" "scalebox" "resizebox" "reflectbox")
    3.19       		(option . YaTeX-package-graphics-driver-alist))