summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-06-07 03:02:21 +0000
committerNorbert Preining <norbert@preining.info>2021-06-07 03:02:21 +0000
commit1ba2ae020aea220436899cf65f5a85c1686940cd (patch)
tree1a212dbc995aba6b72a39941cad6b3ded5d2516e /support
parent4338972cc175be565a3441c4ae8a6aa0dfcbe9f9 (diff)
CTAN sync 202106070302
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog82
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex36
2 files changed, 97 insertions, 21 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 5f18fca4c1..c93b99bd4a 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,83 @@
+2021-06-06 Karl Berry <karl@freefriends.org>
+
+ * tex4ht-4ht.tex (moreverb.4ht, verbatim.4ht, fancyvrb.4ht,
+ glossary.4ht, frenchb.4ht, greek.4ht): \write-1 version.
+
+2021-06-03 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): start paragraph in list like
+ environments items. https://puszcza.gnu.org.ua/bugs/?513
+
+2021-05-31 Karl Berry <karl@freefriends.org>
+
+ * tex4ht-fonts-noncjk.tex (bbold.htf): copyright 2021.
+
+2021-05-31 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-fonts-noncjk.tex (
+ tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/bbold/bbold.htf
+ ): fixed wrong Unicode characters.
+ https://tug.org/pipermail/tex4ht/2021q2/002986.html
+
+2021-05-30 Karl Berry <karl@freefriends.org>
+
+ * tex4ht-4ht.tex (exerquiz.4ht, extarticle.4ht, extbook.4ht,
+ extletter.4ht, extproc.4ht, extreport.4ht): \write-1 version.
+
+2021-05-23 Karl Berry <karl@freefriends.org>
+
+ * tex4ht-4ht.tex (color.4ht, elsart.4ht, endnotes.4ht, eplain.4ht):
+ \write-1 version.
+
+2021-05-17 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): start new paragraph after abstract
+ title.
+
+2021-05-16 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (hyperref.4ht): added support for \label for
+ \phantomsection.
+ https://tex.stackexchange.com/a/597326/2891
+
+2021-05-16 Karl Berry <karl@freefriends.org>
+
+ * bibtex2.tex (bibtex2.4ht),
+ * tex4ht-4ht.tex (article.ht, babel.4ht, beamer.4ht,
+ book.4ht, caption-hooks.4ht, caption.4ht): \write-1 version.
+
+2021-05-09 Karl Berry <karl@freefriends.org>
+
+ * tex4ht-4ht.tex (amsart.4ht, amsbook.4ht, amsproc.4ht,
+ amsldoc.4ht, amsdtx.4ht, acm_proc_article-sp.4ht, spanish.4ht):
+ \write-1 version.
+
+2021-05-06 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (menukeys.4ht): use \Picture* for menukey images.
+ * tex4ht-4ht.tex (fontawesome5.4ht, fontawesome5-hooks.4ht,
+ fontawesome5-utex-helper-hooks.4ht): added support for Fontawesome5
+ package.
+ https://puszcza.gnu.org.ua/bugs/index.php?511
+ * tex4ht-fonts-noncjk.tex (
+ tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/fontawesome/fa5.htf
+ ): added Htf file for Fontawesome5 fonts.
+ https://puszcza.gnu.org.ua/bugs/index.php?511
+
+2021-05-04 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (colortbl.4ht),
+ tex4ht-html4.tex (html4.4ht): added support for \arrayrulecolor
+ command.
+ https://tex.stackexchange.com/a/595571/2891
+ * tex4ht-4ht.tex (menukeys.4ht): added support for the menukeys
+ package. https://puszcza.gnu.org.ua/bugs/?509
+ * tex4ht-html4.4ht (html4.4ht): replace ~ by "\ " in TOC
+ rendering macros. It should fix issues with Spanish Babel.
+ https://tex.stackexchange.com/a/595688/2891
+ * tex4ht-4ht.tex (spanish.4ht): fixed issues with \' accent.
+ https://tex.stackexchange.com/a/595688/2891
+
2021-05-02 Karl Berry <karl@freefriends.org>
* Makefile (diff-src, install-src, list-src): new targets
@@ -4213,4 +4293,4 @@ This file is public domain. Started 2010, Karl Berry.
This file is public domain. Started 2010, Karl Berry.
-# vim: textwidth=78
+# vim: textwidth=78
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index c0577465a1..e25dd156ba 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 940 2021-05-30 17:14:07Z karl $
+% $Id: tex4ht-4ht.tex 945 2021-06-06 16:18:27Z karl $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2021 TeX Users Group
@@ -12177,10 +12177,9 @@ The above doesn't work always. Try
%%%%%%%%%%%%%%%%%%
\<glossary.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% glossary.4ht |version %
-% Copyright (C) |CopyYear.2005. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% glossary.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.2005. Eitan M. Gurari
+|<TeX4ht copywrite|>
|<config glossary|>
\Hinput{glossary}
\endinput
@@ -23557,7 +23556,7 @@ Note: we should distinguish between
\<frenchb.4ht\><<<
% frenchb.4ht (|version), generated from |jobname.tex
% Copyright |CopyYear.2001. Eitan M. Gurari
-|<TeX4ht copyright|>
+|<TeX4ht copywrite|>
|<declare frenchb shorthand|>
|<frenchb nbsp|>
|<frenchb luatex|>
@@ -23943,9 +23942,8 @@ CTAN:language/mongolian/montex/examples
verbatim.sty\EndLink
\<verbatim.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% verbatim.4ht |version %
-% Copyright (C) |CopyYear.1997. Eitan M. Gurari %
+% verbatim.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.1997. Eitan M. Gurari
|<TeX4ht copyright|>
|<verbatim.sty code|>
\Hinput{verbatim}
@@ -23966,10 +23964,9 @@ verbatim.sty\EndLink
moreverb.sty\EndLink
\<moreverb.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% moreverb.4ht |version %
-% Copyright (C) |CopyYear.1997. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% moreverb.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.1997. Eitan M. Gurari
+|<TeX4ht copywrite|>
|<moreverb.sty|>
\Hinput{moreverb}
@@ -24024,10 +24021,9 @@ moreverb.sty\EndLink
fancyvrb.sty\EndLink
\<fancyvrb.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% fancyvrb.4ht |version %
-% Copyright (C) |CopyYear.1997. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% fancyvrb.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.1997. Eitan M. Gurari
+|<TeX4ht copywrite|>
|<fancyvrb.sty|>
\Hinput{fancyvrb}
@@ -25779,7 +25775,7 @@ graphics.sty\EndLink.
\<graphics.4ht\><<<
% graphics.4ht (|version), generated from |jobname.tex
% Copyright |CopyYear.1997. Eitan M. Gurari
-|<TeX4ht copyright|>
+|<TeX4ht copywrite|>
|<fix graphics|>
\Hinput{graphics}
@@ -38703,8 +38699,8 @@ The following is needed to compensate for the extra \''\relax\space' in
\<greek.4ht\><<<
% greek.4ht (|version), generated from |jobname.tex
-% Copyright (C) |CopyYear.2000. Eitan M. Gurari
-|<TeX4ht copyright|>
+% Copyright |CopyYear.2000. Eitan M. Gurari
+|<TeX4ht copywrite|>
\Configure{AtBeginDocument}
{\immediate\write\@mainaux{\catcode`\string\^=7}} {}