summaryrefslogtreecommitdiff
path: root/support/TeX4ht
diff options
context:
space:
mode:
Diffstat (limited to 'support/TeX4ht')
-rw-r--r--support/TeX4ht/source/ChangeLog64
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex13
2 files changed, 53 insertions, 24 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 87bb0ccd10..a78d8ac87c 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,15 @@
+2021-10-22 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (biblatex-hooks.4ht): load Nameref package with BibLaTeX.
+ https://tex.stackexchange.com/a/619816/2891
+
+2021-10-21 Karl Berry <karl@freefriends.org>
+
+ * Makefile (croncheck): add diff-htfonts.
+ (diff-*, inst-*): tinker with output.
+
+ * tex4ht-4ht.tex (mdframed.4ht): copyright 2021.
+
2021-10-21 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (tikz-hooks.4ht): fixed the externalization support.
@@ -25,8 +37,8 @@
* tex4ht-html4.tex (html4.4ht): added subtitle support.
- * tex4ht-4ht.tex (scrartcl.4ht, scrbook.4ht, scrreprt.4ht): added support
- for \subtitle command.
+ * tex4ht-4ht.tex (scrartcl.4ht, scrbook.4ht, scrreprt.4ht): added
+ support for \subtitle command.
https://puszcza.gnu.org.ua/bugs/?507
2021-10-18 Michal Hoftich <michal.h21@gmail.com>
@@ -34,13 +46,14 @@
* tex4ht-html5.tex (html5.4ht): removed CSS declaration that prevented
horizontal scacking of images in figure environment.
https://tex.stackexchange.com/a/619302/2891
- * tex4ht-ooffice.tex (ooffice.4ht): fixed abstract support for Koma classes.
+ * tex4ht-ooffice.tex (ooffice.4ht): fixed abstract support for
+ Koma classes.
https://puszcza.gnu.org.ua/bugs/?507
2021-10-12 Michal Hoftich <michal.h21@gmail.com>
- * tex4ht-html4.tex (html4.4ht): clean up for \paragraph and \subparagraph
- commands.
+ * tex4ht-html4.tex (html4.4ht): clean up for \paragraph and
+ \subparagraph commands.
https://puszcza.gnu.org.ua/bugs/?530#discussion
* tex4ht-ooffice.tex (ooffice.4ht): fixed handling of paragraphs in
\paragraph and \subpagraph.
@@ -58,21 +71,23 @@
2021-10-04 Michal Hoftich <michal.h21@gmail.com>
- * tex4ht-4ht.tex (graphicx.4ht): added support for the \includegraphics alt
- key.
+ * tex4ht-4ht.tex (graphicx.4ht): added support for the
+ \includegraphics alt key.
https://github.com/latex3/latex2e/issues/651
2021-09-28 Michal Hoftich <michal.h21@gmail.com>
- * tex4ht-html4.tex (html4.4ht): support for change of booktabs rule colors.
+ * tex4ht-html4.tex (html4.4ht): support for change of booktabs
+ rule colors.
https://tex.stackexchange.com/q/615729/2891
2021-09-26 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-html4.tex (html4.4ht): draw table lines in \hline using CSS.
https://puszcza.gnu.org.ua/bugs/?528
- * tex4ht-4ht.tex (longtable.4ht): redefine \LT@start to ommit box dimension
- checking, as it can lead to compilation errors when table is too tall.
+ * tex4ht-4ht.tex (longtable.4ht): redefine \LT@start to ommit box
+ dimension checking, as it can lead to compilation errors when
+ table is too tall.
https://puszcza.gnu.org.ua/bugs/?527
2021-09-23 Michal Hoftich <michal.h21@gmail.com>
@@ -93,10 +108,11 @@
2021-09-14 Michal Hoftich <michal.h21@gmail.com>
- * tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): fixed TOC support for \exp
- command.
+ * tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): fixed TOC support
+ for \exp command.
https://puszcza.gnu.org.ua/bugs/?525
- * tex4ht-sty.tex (tex4ht.sty): fix issues with \PauseCutAt and \ContCutAt.
+ * tex4ht-sty.tex (tex4ht.sty): fix issues with \PauseCutAt and
+ \ContCutAt.
https://puszcza.gnu.org.ua/bugs/?518
2021-09-12 Michal Hoftich <michal.h21@gmail.com>
@@ -126,16 +142,18 @@
2021-08-14 Michal Hoftich <michal.h21@gmail.com>
- * tex4ht-4ht.tex (biblatex.4ht): don't check for Hyperref when we define
- \TE@hook macro.
+ * tex4ht-4ht.tex (biblatex.4ht): don't check for Hyperref when we
+ define \TE@hook macro.
2021-08-12 Michal Hoftich <michal.h21@gmail.com>
- * tex4ht-ooffice.tex (ooffice.4ht): added support for SVG image inclusion.
+ * tex4ht-ooffice.tex (ooffice.4ht): added support for SVG image
+ inclusion.
* tex4ht-ooffice.tex (ooffice.4ht): fixed support for images created by
\Picture+{} and \Picture+{} commands.
- * tex4ht-4ht.tex (graphics.4ht, graphicx.4ht): moved mapping to .xbb files
- from graphicx.4ht to graphics.4ht, so they work with both packages.
+ * tex4ht-4ht.tex (graphics.4ht, graphicx.4ht): moved mapping to
+ .xbb files from graphicx.4ht to graphics.4ht, so they work with
+ both packages.
2021-08-03 Michal Hoftich <michal.h21@gmail.com>
@@ -144,15 +162,15 @@
2021-07-06 Michal Hoftich <michal.h21@gmail.com>
- * tex4ht-4ht.tex (mwart.4ht, mwbk.4ht, mwrep.4ht): fixed caption support for
- MW classes.
+ * tex4ht-4ht.tex (mwart.4ht, mwbk.4ht, mwrep.4ht): fixed caption
+ support for MW classes.
https://github.com/jsbien/repertuarXVI/issues/1
2021-07-05 Michal Hoftich <michal.h21@gmail.com>
- * tex4ht-4ht.tex (biblatex.4ht): updated redefinitions of \MakeUppercase and
- \MakeLowercase to use the current code from LaTeX kernel. Also inserted
- BibLaTeX hooks for these commands.
+ * tex4ht-4ht.tex (biblatex.4ht): updated redefinitions of
+ \MakeUppercase and \MakeLowercase to use the current code from
+ LaTeX kernel. Also inserted BibLaTeX hooks for these commands.
2021-07-04 Karl Berry <karl@freefriends.org>
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index fc3cdf43ad..0fb0109d49 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1003 2021-10-21 13:01:34Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1005 2021-10-22 07:50:38Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2021 TeX Users Group
@@ -3950,6 +3950,7 @@ correctly. This just removes the error message.
}%
|<fix biblatex lang handling|>
}
+|<early biblatex nameref|>
>>> \AddFile{9}{biblatex-hooks}
Some biblatex styles reported error missing English language.
@@ -3972,6 +3973,16 @@ a wrong code. The saved version of that command must be used instead.
\blx@lbxinput@iv{#2}{#2}{language '#2'}}}
>>>
+BibLaTeX and TeX4ht both redefine the \Verb|\ifthenelse| command. We take care
+of it in biblatex.4ht by defining the \Verb|\TE@hook| command. But some BibLaTeX
+styles still have issues (namely "anbt"). I've found that loading of "nameref"
+package helps in this case.
+\Link[https://tex.stackexchange.com/a/619816/2891]{}{}More info\EndLink.
+
+\<early biblatex nameref\><<<
+\RequirePackage{nameref}
+>>>
+
%%%%%%%%%%%%%%%%%
\Section{xeCJK}
%%%%%%%%%%%%%%%%%