summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog13
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-noncjk.tex42
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex4
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-options.tex12
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/html4-uni.4ht400
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht12
6 files changed, 42 insertions, 441 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 940b26226cb..baa1258a67a 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,5 +1,18 @@
2021-06-20 Karl Berry <karl@freefriends.org>
+ * Makefile (tex4ht_html4_derived): no more html4-uni.4ht.
+
+2021-06-20 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-html4.tex (html4-uni.4ht),
+ * tex4ht-options.tex (tex4ht.4ht): removed unused html4-uni.4ht file.
+
+ * tex4ht-fonts-noncjk.tex (
+ tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/misc/SkakNew.htf
+ ): fixed wrong characters, some characters need to be converted to pictures.
+
+2021-06-20 Karl Berry <karl@freefriends.org>
+
* tex4ht-4ht.tex (mathtools.4ht, multicol.4ht, multirow.4ht,
mwart.4ht, mwbk.4ht, mwrep.4ht): \write-1 version.
* tex4ht-mkht.tex: copyright 2021.
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 f4126977577..081b7a8002c 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 942 2021-05-31 20:59:04Z karl $
+% $Id: tex4ht-fonts-noncjk.tex 956 2021-06-20 21:30:02Z michal_h21 $
% tex tex4ht-fonts-noncjk
% or ht tex tex4ht-fonts-noncjk
%
@@ -39343,7 +39343,7 @@ bbold 0 127
'&#x213E;' '' `% Gamma `% 0 `<version 0`>
'&#x0394;' '' `% Delta `% 1 % bbold.htf `version
'&#x0398;' '' `% Theta `% 2 % Copyright `CopyYear.2009. Eitan M. Gurari
-'&#x039B;' '' `% Lambda `% 3 % Copyright 2009-2021 TeX Users Group>
+'&#x039B;' '' `% Lambda `% 3 % Copyright 2009-2021 TeX Users Group
'&#x039E;' '' `% Xi `% 4 `<version 3`>
'&#x213F;' '' `% Pi `% 5 `<version 4`>
'&#x2140;' '' `% Pi `% 6 `<version 5`>
@@ -47577,7 +47577,7 @@ dsrom 49 107
\<skak-new\><<<
SkakNew 32 121 `<version 0`>
'' '' 32 % SkakNew.htf `version
-'!' '' 33 % Copyright 2017 TeX Users Group
+'!' '' 33 % Copyright 2021 TeX Users Group
'&#x201D;' '' 34 % Released under LPPL 1.3c+.
'#' '' 35 % See tex4ht-cpright.tex for license text.
'$' '' 36
@@ -47648,24 +47648,24 @@ SkakNew 32 121 `<version 0`>
'&#x2213;' '' 101
'&#x2a72;' '' 102
'&#x2a71;' '' 103
-'h' '' % I cannot find it, it is plus followed by minus
-'i' '' % minus followed by plus
-'&#x003d;' '' 106
-'k' '' 107
-'l' '' 108
-'#' '' 109
-'n' '' 110
-'o' '' 111
-'p' '' 112
-'q' '' 113
-'r' '' 114
-'s' '' 115
-'t' '' 116
-'u' '' 117
-'v' '' 118
-'w' '' 119
-'x' '' 120
-'y' '' 121
+'+-' '' 104
+'-+' '' 105
+'&#x003d;' '' 10
+'&#x221e;' '' 107
+'&#9135;' '1' 108
+'&#8983;' '' 109
+'=&#x221e;' '1' 110
+'o' '1' 111
+'&#9817;' '' 112
+'q' '1' 113
+'r' '1' 114
+'s' '1' 115
+'t' '1' 116
+'u' '1' 117
+'v' '1' 118
+'w' '1' 119
+'&#9587;' '' 120
+'&#9711;' '' 121
SkakNew 32 121
>>>
\AddFont{skak-new}{unicode/misc/SkakNew}
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index da6bbb2dccc..035e5ea0ec6 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 951 2021-06-17 16:29:22Z michal_h21 $
+% $Id: tex4ht-html4.tex 957 2021-06-20 21:36:38Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -8,7 +8,7 @@
% See tex4ht-cpright.tex for license text.
\ifx \HTML\UnDef
- \def\HTML{html4,html4-math,html4-uni,html4-l2-url,html4-russian-accents}
+ \def\HTML{html4,html4-math,html4-l2-url,html4-russian-accents}
\def\CONFIG{\jobname}
\def\MAKETITLE{\author{Eitan M. Gurari}}
\def\next{\input mktex4ht.4ht \endinput}
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-options.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-options.tex
index 36405052508..c19e0ce444f 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-options.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-options.tex
@@ -1,7 +1,7 @@
-% $Id: tex4ht-options.tex 724 2020-06-05 17:34:50Z karl $
+% $Id: tex4ht-options.tex 959 2021-06-20 22:33:23Z karl $
% latex tex4ht-options or xhlatex tex4ht-options
%
-% Copyright 2009-2020 TeX Users Group
+% Copyright 2009-2021 TeX Users Group
% Copyright 2000-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -49,7 +49,7 @@ tail>>>
\string:RestoreCatcodes\endcsname{\catcode`\%|=\the
\catcode`\%}\catcode`\%|=14\fi
% tex4ht.4ht (|version), generated from |jobname.tex
-% Copyright 2009-2018 TeX Users Group
+% Copyright 2009-2021 TeX Users Group
% Copyright |CopyYear.1997. Eitan M. Gurari
|<TeX4ht copywrite|>
|<save catcodes|>
@@ -145,7 +145,6 @@ tail>>>
\Hinclude[*]{html4.4ht}%
\Hinclude[*]{html4-math.4ht}%
\Hinclude[*]{unicode.4ht}
- \Hinclude[*]{html4-uni.4ht}%
\:CheckOption{svg}%
\if:Option \else\:CheckOption{svg-}\fi
\if:Option \else\:CheckOption{svg-obj}\fi
@@ -163,7 +162,6 @@ tail>>>
\Hinclude[*]{unicode.4ht}%
\Hinclude[*]{mathml.4ht}%
\Hinclude[*]{html-mml.4ht}%
- \Hinclude[*]{html4-uni.4ht}%
\:CheckOption{svg}%
\if:Option \else\:CheckOption{svg-}\fi
\if:Option \else\:CheckOption{svg-obj}\fi
@@ -428,7 +426,6 @@ Allows cleanup using xtpipes.
\Hinclude[*]{infoht4.4ht}\fi
\Hinclude[*]{html4.4ht}%
\Hinclude[*]{unicode.4ht}%
- \Hinclude[*]{html4-uni.4ht}%
\Hinclude[*]{mathltx.4ht}%
\Hinclude[*]{html-mltx.4ht}%
}
@@ -440,7 +437,6 @@ Allows cleanup using xtpipes.
\Hinclude[*]{infoht4.4ht}\fi
\Hinclude[*]{html4.4ht}%
\Hinclude[*]{unicode.4ht}%
- \Hinclude[*]{html4-uni.4ht}%
\Hinclude[*]{mathltx.4ht}%
\Hinclude[*]{html-mltx.4ht}%
\Hinclude[*]{jsmath.4ht}%
@@ -457,7 +453,6 @@ Allows cleanup using xtpipes.
\Hinclude[*]{infoht4.4ht}\fi
\Hinclude[*]{html4.4ht}%
\Hinclude[*]{unicode.4ht}%
- \Hinclude[*]{html4-uni.4ht}%
\Hinclude[*]{mathml.4ht}%
\Hinclude[*]{html-mml.4ht}%
\Hinclude[*]{html-speech.4ht}%
@@ -473,7 +468,6 @@ Allows cleanup using xtpipes.
\Hinclude[*]{infoht4.4ht}\fi
\Hinclude[*]{html4.4ht}%
\Hinclude[*]{unicode.4ht}%
- \Hinclude[*]{html4-uni.4ht}%
\Hinclude[*]{mathml.4ht}%
\Hinclude[*]{html-mml.4ht}%
\Hinclude[*]{jsml.4ht}%
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4-uni.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4-uni.4ht
deleted file mode 100644
index 4d830c2bbf7..00000000000
--- a/Master/texmf-dist/tex/generic/tex4ht/html4-uni.4ht
+++ /dev/null
@@ -1,400 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-\endinput
-
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht
index 3d6b929747b..a0a52bb6328 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht
@@ -1,8 +1,8 @@
\ifnum\the\catcode`\%=14\else \expandafter\edef\csname
\string:RestoreCatcodes\endcsname{\catcode`\%\the
\catcode`\%}\catcode`\%14\fi
-% tex4ht.4ht (2020-03-12-14:03), generated from tex4ht-options.tex
-% Copyright 2009-2018 TeX Users Group
+% tex4ht.4ht (2021-06-20-15:33), generated from tex4ht-options.tex
+% Copyright 2009-2021 TeX Users Group
% Copyright 1997-2009 Eitan M. Gurari
%
% This work may be distributed and/or modified under the
@@ -20,7 +20,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2020-03-12-14:03}
+\immediate\write-1{version 2021-06-20-15:33}
\expandafter\edef\csname :RestoreCatcodes\endcsname{%
\expandafter\ifx \csname :RestoreCatcodes\endcsname\relax\else
@@ -81,7 +81,6 @@
\Hinclude[*]{html4.4ht}%
\Hinclude[*]{html4-math.4ht}%
\Hinclude[*]{unicode.4ht}
- \Hinclude[*]{html4-uni.4ht}%
\:CheckOption{svg}%
\if:Option \else\:CheckOption{svg-}\fi
\if:Option \else\:CheckOption{svg-obj}\fi
@@ -99,7 +98,6 @@
\Hinclude[*]{unicode.4ht}%
\Hinclude[*]{mathml.4ht}%
\Hinclude[*]{html-mml.4ht}%
- \Hinclude[*]{html4-uni.4ht}%
\:CheckOption{svg}%
\if:Option \else\:CheckOption{svg-}\fi
\if:Option \else\:CheckOption{svg-obj}\fi
@@ -315,7 +313,6 @@
\Hinclude[*]{infoht4.4ht}\fi
\Hinclude[*]{html4.4ht}%
\Hinclude[*]{unicode.4ht}%
- \Hinclude[*]{html4-uni.4ht}%
\Hinclude[*]{mathltx.4ht}%
\Hinclude[*]{html-mltx.4ht}%
}
@@ -325,7 +322,6 @@
\Hinclude[*]{infoht4.4ht}\fi
\Hinclude[*]{html4.4ht}%
\Hinclude[*]{unicode.4ht}%
- \Hinclude[*]{html4-uni.4ht}%
\Hinclude[*]{mathltx.4ht}%
\Hinclude[*]{html-mltx.4ht}%
\Hinclude[*]{jsmath.4ht}%
@@ -337,7 +333,6 @@
\Hinclude[*]{infoht4.4ht}\fi
\Hinclude[*]{html4.4ht}%
\Hinclude[*]{unicode.4ht}%
- \Hinclude[*]{html4-uni.4ht}%
\Hinclude[*]{mathml.4ht}%
\Hinclude[*]{html-mml.4ht}%
\Hinclude[*]{html-speech.4ht}%
@@ -349,7 +344,6 @@
\Hinclude[*]{infoht4.4ht}\fi
\Hinclude[*]{html4.4ht}%
\Hinclude[*]{unicode.4ht}%
- \Hinclude[*]{html4-uni.4ht}%
\Hinclude[*]{mathml.4ht}%
\Hinclude[*]{html-mml.4ht}%
\Hinclude[*]{jsml.4ht}%