[tex4ht-commits] [SCM] tex4ht updated: r1005 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Fri Oct 22 09:50:38 CEST 2021


Author: michal_h21
Date: 2021-10-22 07:50:38 +0000 (Fri, 22 Oct 2021)
New Revision: 1005

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
load nameref package with biblatex by default

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-10-22 01:10:14 UTC (rev 1004)
+++ trunk/lit/ChangeLog	2021-10-22 07:50:38 UTC (rev 1005)
@@ -1,3 +1,8 @@
+2021-10-22  Michal Hoftich  <michal.h21 at 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 at freefriends.org>
 
 	* Makefile (croncheck): add diff-htfonts.

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2021-10-22 01:10:14 UTC (rev 1004)
+++ trunk/lit/tex4ht-4ht.tex	2021-10-22 07:50:38 UTC (rev 1005)
@@ -3950,6 +3950,7 @@
   }%
   |<fix biblatex lang handling|>
 }
+|<early biblatex nameref|>
 >>> \AddFile{9}{biblatex-hooks}
 
 Some biblatex styles reported error missing English language. 
@@ -3972,6 +3973,16 @@
      \blx at 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 at 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}
 %%%%%%%%%%%%%%%%%



More information about the tex4ht-commits mailing list.