# HG changeset patch # User HIROSE Yuuji # Date 1665921481 -32373 # Node ID e73e4150912448d3f6933a3f97ff9469006a56f4 # Parent ebe2b7a66b9d9a650d183a32949aaae45b3da6ba Add fleqn from nccmath diff -r ebe2b7a66b9d -r e73e41509124 yatex.el --- 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") diff -r ebe2b7a66b9d -r e73e41509124 yatex.new --- 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 を利用するようにした。 diff -r ebe2b7a66b9d -r e73e41509124 yatexpkg.el --- 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))