summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog9
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-noncjk.tex24
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht6
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/mhchem.4ht8
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht5
-rw-r--r--Master/texmf-dist/tex4ht/ht-fonts/unicode/ams/cyrillic/wncyr.htf24
6 files changed, 42 insertions, 34 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 737d8995ded..b9d40771c1c 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,4 +1,11 @@
-2024-01-01 Michal Hoftich <michal.h21@gmail.com>
+2024-03-01 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-fonts-noncjk.tex (
+ ./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/ams/cyrillic/wncyr.htf
+ ): fixed some characters.
+ Thanks to Arkady Benediktov
+
+2024-03-01 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (draftwatermark.4ht, draftwatermark-hooks.4ht):
disable the watermarks inserted by the Draftwatermark package.
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-noncjk.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-noncjk.tex
index 07761708eb7..377e2ec3d55 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-noncjk.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-noncjk.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-fonts-noncjk.tex 1462 2024-02-15 10:47:46Z michal_h21 $
+% $Id: tex4ht-fonts-noncjk.tex 1486 2024-03-04 13:32:16Z michal_h21 $
% tex tex4ht-fonts-noncjk
% or ht tex tex4ht-fonts-noncjk
%
@@ -40339,18 +40339,18 @@ wncyr 0 127
'&#x0473;' '' 29
'&#x0455;' '' 30
'&#x044F;' '' 31
-'&#34;' '' 32
+'&#x00A8;' '' 32 ADDED: Diaeresis
'!' '' 33
-'&#8221;' '' 34
-'&#xA652;' '' 35 Yat
-'' '' 36
+'&#x201D;' '' 34 # CHANGED: Right double quotation mark
+'&#x0462;' '' 35 Yat: CHANGED: Capital Yat
+'&#x02D8;' '' 36 ADDED: Breve
'%' '' 37
-'' '' 38
-'&#8217;' '' 39
+'&#x00B4;' '' 38 ADDED: Acute accent
+'&#x2019;' '' 39 # ADDED: Right single quotation mark
'&#x0028;' '' 40
'&#x0029;' '' 41
'*' '' 42
-'&#xA653;' ''b 43 miniscule Yat
+'&#x0463;' ''b 43 miniscule Yat; CHANGED: Small yat
',' '' 44
'-' '' 45
'.' '' 46
@@ -40368,10 +40368,10 @@ wncyr 0 127
':' '' 58
';' '' 59
'&#x00AB;' '' 60
-'&#x131;' '' 61
+'&#x0131;' '' 61 CORRECTED
'&#x00BB;' '' 62
'?' '' 63
-'' '' 64
+'&#x02D8;' '' 64 ADDED: BREVE
'&#x0410;' '' 65
'&#x0411;' '' 66
'&#x0426;' '' 67
@@ -40399,11 +40399,11 @@ wncyr 0 127
'&#x042B;' '' 89
'&#x0417;' '' 90
'&#x005B;' '' 91
-'&#8220;' '' 92
+'&#x201C;' '' 92 ADDED: Left double quotation mark
'&#x005D;' '' 93
'&#x042C;' '' 94
'&#x042A;' '' 95
-'&#8216;' '' 96
+'&#x2018;' '' 96 ADDED: Left single quotation mark
'&#x0430;' '' 97
'&#x0431;' '' 98
'&#x0446;' '' 99
diff --git a/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht b/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht
index be7a13199e0..cfc53895a23 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht
@@ -1,5 +1,5 @@
-% mathjax-latex-4ht.4ht (2024-02-14-09:16), generated from tex4ht-mathjax.tex
-% Copyright 2018-2023 TeX Users Group
+% mathjax-latex-4ht.4ht (2024-02-25-08:28), generated from tex4ht-mathjax.tex
+% Copyright 2018-2024 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 2024-02-14-09:16}
+\immediate\write-1{version 2024-02-25-08:28}
\ExplSyntaxOn
diff --git a/Master/texmf-dist/tex/generic/tex4ht/mhchem.4ht b/Master/texmf-dist/tex/generic/tex4ht/mhchem.4ht
index 674c7cf9097..03b084d7fed 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/mhchem.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/mhchem.4ht
@@ -1,4 +1,4 @@
-% mhchem.4ht (2024-02-21-13:34), generated from tex4ht-4ht.tex
+% mhchem.4ht (2024-03-01-14:08), generated from tex4ht-4ht.tex
% Copyright 2024 TeX Users Group
% Copyright 2015-2021 Martin Hensel
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2024-02-21-13:34}
+\immediate\write-1{version 2024-03-01-14:08}
\ExplSyntaxOn
% basic mhchem containers
@@ -148,8 +148,8 @@
\:tempa \__mhchem_output_bond_dotdotdot: { \HCode { &\#xB7;&\#xB7;&\#xB7;} } % &middot;&middot;&middot;
\:tempa \__mhchem_output_bond_dotdotdotdot: { \HCode { &\#xB7;&\#xB7;&\#xB7;&\#xB7;} } % &middot;&middot;&middot;&middot;
-\:tempa \__mhchem_output_bond_rightArrow: { \HCode { &\#xffeb; } }
-\:tempa \__mhchem_output_bond_leftArrow: { \HCode { &\#xffe9; } }
+\:tempa \__mhchem_output_bond_rightArrow: { \HCode {\a:mhchemoperator &\#x2192;\b:mhchemoperator } }
+\:tempa \__mhchem_output_bond_leftArrow: {\HCode {\a:mhchemoperator &\#x2190;\b:mhchemoperator }}
\NewConfigure{mhchembondhalf}{1}
diff --git a/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht b/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
index cd694d38b6f..4cf12f108d7 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
@@ -1,4 +1,4 @@
-% usepackage.4ht (2024-01-22-12:49), generated from tex4ht-4ht.tex
+% usepackage.4ht (2024-03-01-14:08), generated from tex4ht-4ht.tex
% Copyright 2003-2009 Eitan M. Gurari
% Copyright 2009-2024 TeX Users Group
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2024-01-22-12:49}
+\immediate\write-1{version 2024-03-01-14:08}
\def\:temp{tex4ht}\ifx \:temp\@currname
\:warning{\string\usepackage{tex4ht} again?}
@@ -74,6 +74,7 @@
\Configure{PackageHooks}{breakurl.sty}{breakurl-hooks.4ht}
\Configure{PackageHooks}{hyperref.sty}{hyperref-hooks.4ht}
\Configure{PackageHooks}{bookmark.sty}{bookmark-hooks.4ht}
+\Configure{PackageHooks}{draftwatermark.sty}{draftwatermark-hooks.4ht}
\AddToHook{package/tabu/before}{\RequirePackage{tabularx}}
\Configure{PackageHooks}{caption.sty}{caption-hooks.4ht}
\Configure{PackageHooks}{footnotebackref.sty}{footnotebackref-hooks.4ht}
diff --git a/Master/texmf-dist/tex4ht/ht-fonts/unicode/ams/cyrillic/wncyr.htf b/Master/texmf-dist/tex4ht/ht-fonts/unicode/ams/cyrillic/wncyr.htf
index 24ce63820ec..a36241fe2a6 100644
--- a/Master/texmf-dist/tex4ht/ht-fonts/unicode/ams/cyrillic/wncyr.htf
+++ b/Master/texmf-dist/tex4ht/ht-fonts/unicode/ams/cyrillic/wncyr.htf
@@ -1,6 +1,6 @@
wncyr 0 127
'&#x040A;' '' 0 %
-'&#x0409;' '' 1 % wncyr.htf 2022-01-30-13:51 %
+'&#x0409;' '' 1 % wncyr.htf 2024-03-05-08:30 %
'&#x040F;' '' 2 % Copyright 2000-2009 Eitan Gurari %
'&#x042D;' '' 3 % Copyright 2010-2021 TeX Users Group %
'&#x0406;' '' 4 %
@@ -31,18 +31,18 @@ wncyr 0 127
'&#x0473;' '' 29
'&#x0455;' '' 30
'&#x044F;' '' 31
-'&#34;' '' 32
+'&#x00A8;' '' 32 ADDED: Diaeresis
'!' '' 33
-'&#8221;' '' 34
-'&#xA652;' '' 35 Yat
-'' '' 36
+'&#x201D;' '' 34 # CHANGED: Right double quotation mark
+'&#x0462;' '' 35 Yat: CHANGED: Capital Yat
+'&#x02D8;' '' 36 ADDED: Breve
'%' '' 37
-'' '' 38
-'&#8217;' '' 39
+'&#x00B4;' '' 38 ADDED: Acute accent
+'&#x2019;' '' 39 # ADDED: Right single quotation mark
'&#x0028;' '' 40
'&#x0029;' '' 41
'*' '' 42
-'&#xA653;' ''b 43 miniscule Yat
+'&#x0463;' ''b 43 miniscule Yat; CHANGED: Small yat
',' '' 44
'-' '' 45
'.' '' 46
@@ -60,10 +60,10 @@ wncyr 0 127
':' '' 58
';' '' 59
'&#x00AB;' '' 60
-'&#x131;' '' 61
+'&#x0131;' '' 61 CORRECTED
'&#x00BB;' '' 62
'?' '' 63
-'' '' 64
+'&#x02D8;' '' 64 ADDED: BREVE
'&#x0410;' '' 65
'&#x0411;' '' 66
'&#x0426;' '' 67
@@ -91,11 +91,11 @@ wncyr 0 127
'&#x042B;' '' 89
'&#x0417;' '' 90
'&#x005B;' '' 91
-'&#8220;' '' 92
+'&#x201C;' '' 92 ADDED: Left double quotation mark
'&#x005D;' '' 93
'&#x042C;' '' 94
'&#x042A;' '' 95
-'&#8216;' '' 96
+'&#x2018;' '' 96 ADDED: Left single quotation mark
'&#x0430;' '' 97
'&#x0431;' '' 98
'&#x0446;' '' 99