yatex

changeset 607:157aa7974191 dev yatex-1.83

Release preparation for 1.83
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 25 Dec 2022 14:12:18 +0900
parents c11261c0960f
children 5aa2610bd397
files yahtml.el yatex.el yatex.new yatexmth.el
diffstat 4 files changed, 9 insertions(+), 5 deletions(-) [+]
line diff
     1.1 --- a/yahtml.el	Fri Dec 16 18:04:30 2022 +0859
     1.2 +++ b/yahtml.el	Sun Dec 25 14:12:18 2022 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; (c) 1994-2022 by HIROSE Yuuji [yuuji(@)yatex.org]
     1.5  ;;; $Id$
     1.6  
     1.7 -(defconst yahtml-revision-number "1.80.1"
     1.8 +(defconst yahtml-revision-number "1.83"
     1.9    "Revision number of running yahtml.el")
    1.10  
    1.11  ;;; Commentary:
     2.1 --- a/yatex.el	Fri Dec 16 18:04:30 2022 +0859
     2.2 +++ b/yatex.el	Sun Dec 25 14:12:18 2022 +0900
     2.3 @@ -1,6 +1,6 @@
     2.4  ;;; yatex.el --- Yet Another tex-mode for emacs //野鳥// -*- coding: sjis -*-
     2.5  ;;; (c)1991-2022 by HIROSE Yuuji.[yuuji@yatex.org]
     2.6 -;;; Last modified Sun Oct 16 20:54:58 2022 on firestorm
     2.7 +;;; Last modified Sun Dec 25 13:57:49 2022 on firestorm
     2.8  ;;; $Id$
     2.9  ;;; The latest version of this software is always available at;
    2.10  ;;; https://www.yatex.org/
    2.11 @@ -16,7 +16,7 @@
    2.12  
    2.13  ;;; Code:
    2.14  (require 'yatexlib)
    2.15 -(defconst YaTeX-revision-number "1.82.2"
    2.16 +(defconst YaTeX-revision-number "1.83"
    2.17    "Revision number of running yatex.el")
    2.18  
    2.19  ;---------- Local variables ----------
     3.1 --- a/yatex.new	Fri Dec 16 18:04:30 2022 +0859
     3.2 +++ b/yatex.new	Sun Dec 25 14:12:18 2022 +0900
     3.3 @@ -4,6 +4,10 @@
     3.4  1.83	== yatex ==
     3.5  	Evince-dbus連携見直し(Thanks to TeX Wiki)。
     3.6  	latex-message-kanji-code 0 でプロセスコード 'undicided にしてみた。
     3.7 +	LuaTeX等で直接PDFが出されたときにはdvipdfmx省略。
     3.8 +	uplatex関連のものなどをいくつか追加。
     3.9 +	;di で \displaystyle 補完。
    3.10 +	Dbusでのevince-reverse-search実験実装。
    3.11  	アドイン追加: wraptable, spacing, tablecolor
    3.12  	補完追加: fleqn
    3.13  	== yahtml ==
     4.1 --- a/yatexmth.el	Fri Dec 16 18:04:30 2022 +0859
     4.2 +++ b/yatexmth.el	Sun Dec 25 14:12:18 2022 +0900
     4.3 @@ -1,7 +1,7 @@
     4.4  ;;; yatexmth.el --- YaTeX math-mode-specific functions -*- coding: sjis -*-
     4.5  ;;; 
     4.6 -;;; (c)1993-2018 by HIROSE Yuuji [yuuji@yatex.org]
     4.7 -;;; Last modified Fri Dec 16 17:35:27 2022 on firestorm
     4.8 +;;; (c)1993-2022 by HIROSE Yuuji [yuuji@yatex.org]
     4.9 +;;; Last modified Sun Dec 25 13:56:02 2022 on firestorm
    4.10  ;;; $Id$
    4.11  
    4.12  ;;; Commentary: