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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu Sep 5 23:46:12 CEST 2019


Author: michal_h21
Date: 2019-09-06 00:46:11 +0300 (Fri, 06 Sep 2019)
New Revision: 600

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
Fix for hyperref footnotes in Memoir

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-09-03 19:50:25 UTC (rev 599)
+++ trunk/lit/ChangeLog	2019-09-05 21:46:11 UTC (rev 600)
@@ -1,3 +1,9 @@
+2019-09-05 Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (memoir.4ht): fix for footnotes when the Hyperref package
+	is loaded.
+	https://tex.stackexchange.com/q/507129/2891
+
 2019-09-03 Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-ooffice.tex (ooffice.4ht), 

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2019-09-03 19:50:25 UTC (rev 599)
+++ trunk/lit/tex4ht-4ht.tex	2019-09-05 21:46:11 UTC (rev 600)
@@ -14514,6 +14514,18 @@
 \renewcommand\legend[1]{\a:legend #1\b:legend}
 >>>
 
+There is a clash between Memoir and Hyperref, as it uses the
+Hfootnote counter, which isn't declared. 
+
+\<memoir cfg\><<<
+\@ifpackageloaded{hyperref}{%
+\ifHy at hyperfootnotes
+\Hy at hyperfootnotesfalse
+\newcounter{Hfootnote}
+\fi
+}{}
+>>>
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \Section{mempatch}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



More information about the tex4ht-commits mailing list