texlive[61710] Master/texmf-dist/tex/generic/tex4ht: 2022
commits+karl at tug.org
commits+karl at tug.org
Sun Jan 23 16:53:00 CET 2022
Revision: 61710
http://tug.org/svn/texlive?view=revision&revision=61710
Author: karl
Date: 2022-01-23 16:53:00 +0100 (Sun, 23 Jan 2022)
Log Message:
-----------
2022
Modified Paths:
--------------
trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
trunk/Master/texmf-dist/source/generic/tex4ht/Makefile
trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex
trunk/Master/texmf-dist/tex/generic/tex4ht/html5.4ht
trunk/Master/texmf-dist/tex/generic/tex4ht/texpower.4ht
trunk/Master/texmf-dist/tex/generic/tex4ht/unicode-math-hooks.4ht
Property Changed:
----------------
trunk/Master/texmf-dist/source/generic/tex4ht/update-htfonts
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2022-01-23 12:20:01 UTC (rev 61709)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2022-01-23 15:53:00 UTC (rev 61710)
@@ -1,3 +1,9 @@
+2022-01-23 Karl Berry <karl at freefriends.org>
+
+ * tex4ht-4ht.tex,
+ * tex4ht-html5.tex: 2022.
+ * Makefile (diff-*): report targets.
+
2022-01-20 Karl Berry <karl at freefriends.org>
* update-htfonts: new script to compare/update htfonts from
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/Makefile 2022-01-23 12:20:01 UTC (rev 61709)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/Makefile 2022-01-23 15:53:00 UTC (rev 61710)
@@ -1,4 +1,4 @@
-# $Id: Makefile 1061 2022-01-20 22:17:17Z karl $
+# $Id: Makefile 1062 2022-01-23 15:51:43Z karl $
# This file is public domain. Originally written 2010, Karl Berry.
# Assumes GNU make.
@@ -753,6 +753,7 @@
# Diff source files from installed to dev.
diff-src:
+ @echo; echo '>>> $@'
for f in $(srcfiles); do $(diff) $(inst_dir_source)/$$f $$f; done
#
# Install from dev to installed.
@@ -772,6 +773,7 @@
# Compare only.
diff-htfonts:
+ @echo; echo '>>> $@'
./update-htfonts diff $(ht_fonts_devdir) $(ht_fonts_instdir) | tee /tmp/htdif
# Compare and update.
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2022-01-23 12:20:01 UTC (rev 61709)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2022-01-23 15:53:00 UTC (rev 61710)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1055 2022-01-12 21:28:48Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1062 2022-01-23 15:51:43Z karl $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2022 TeX Users Group
@@ -4167,7 +4167,7 @@
\<unicode-math-hooks.4ht\><<<
% unicode-math-hooks.4ht (|version), generated from |jobname.tex
-% Copyright 2021 TeX Users Group
+% Copyright 2021-2022 TeX Users Group
|<TeX4ht license text|>
\:dontusepackage{unicode-math}
\RequirePackage{fontspec} % it is loaded by unicode-math
@@ -25620,9 +25620,8 @@
\<texpower.4ht\><<<
% texpower.4ht (|version), generated from |jobname.tex
-% Copyright 2009-2022 TeX Users Group
% Copyright |CopyYear.2003. Eitan M. Gurari
-|<TeX4ht copyright|>
+|<TeX4ht copywrite|>
|<undo texpower|>
\Hinput{texpower}
\endinput
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex 2022-01-23 12:20:01 UTC (rev 61709)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex 2022-01-23 15:53:00 UTC (rev 61710)
@@ -1,8 +1,8 @@
-% $Id: tex4ht-html5.tex 1060 2022-01-20 16:53:49Z michal_h21 $
+% $Id: tex4ht-html5.tex 1062 2022-01-23 15:51:43Z karl $
% compile 3 times: latex tex4ht-moz
% or xhlatex tex4ht-moz "html,3,sections+"
%
-% Copyright 2009-2021 TeX Users Group
+% Copyright 2009-2022 TeX Users Group
% Copyright 2000-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -26,7 +26,7 @@
\<html5\><<<
% html5.4ht (|version), generated from |jobname.tex
-% Copyright 2016-2021 TeX Users Group
+% Copyright 2016-2022 TeX Users Group
|<TeX4ht copywrite|>
>>>
Index: trunk/Master/texmf-dist/source/generic/tex4ht/update-htfonts
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/update-htfonts 2022-01-23 12:20:01 UTC (rev 61709)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/update-htfonts 2022-01-23 15:53:00 UTC (rev 61710)
Property changes on: trunk/Master/texmf-dist/source/generic/tex4ht/update-htfonts
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html5.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html5.4ht 2022-01-23 12:20:01 UTC (rev 61709)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html5.4ht 2022-01-23 15:53:00 UTC (rev 61710)
@@ -1,5 +1,5 @@
-% html5.4ht (2022-01-20-14:20), generated from tex4ht-html5.tex
-% Copyright 2016-2021 TeX Users Group
+% html5.4ht (2022-01-23-07:51), generated from tex4ht-html5.tex
+% Copyright 2016-2022 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -16,7 +16,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-01-20-14:20}
+\immediate\write-1{version 2022-01-23-07:51}
\exit:ifnot{amsart,%
amsbook,%
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/texpower.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/texpower.4ht 2022-01-23 12:20:01 UTC (rev 61709)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/texpower.4ht 2022-01-23 15:53:00 UTC (rev 61710)
@@ -1,5 +1,4 @@
-% texpower.4ht (2022-01-09-07:36), generated from tex4ht-4ht.tex
-% Copyright 2009-2022 TeX Users Group
+% texpower.4ht (2022-01-23-07:51), generated from tex4ht-4ht.tex
% Copyright 2003-2009 Eitan M. Gurari
% Copyright 2009-2022 TeX Users Group
%
@@ -18,6 +17,8 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
+\immediate\write-1{version 2022-01-23-07:51}
+
\expandafter\def\csname\string\@stepwise at TP\endcsname[#1]{}
\def\step#1{#1}
\def\bstep#1{#1}
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/unicode-math-hooks.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/unicode-math-hooks.4ht 2022-01-23 12:20:01 UTC (rev 61709)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/unicode-math-hooks.4ht 2022-01-23 15:53:00 UTC (rev 61710)
@@ -1,5 +1,5 @@
-% unicode-math-hooks.4ht (2022-01-11-14:12), generated from tex4ht-4ht.tex
-% Copyright 2021 TeX Users Group
+% unicode-math-hooks.4ht (2022-01-23-07:51), generated from tex4ht-4ht.tex
+% Copyright 2021-2022 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -16,7 +16,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-01-11-14:12}
+\immediate\write-1{version 2022-01-23-07:51}
\:dontusepackage{unicode-math}
\RequirePackage{fontspec} % it is loaded by unicode-math
More information about the tex-live-commits
mailing list.