[tex4ht-commits] [SCM] tex4ht updated: r854 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Thu Dec 24 15:20:17 CET 2020
Author: michal_h21
Date: 2020-12-24 16:20:17 +0200 (Thu, 24 Dec 2020)
New Revision: 854
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
fix mathtools clash with graphicx
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2020-12-13 19:15:42 UTC (rev 853)
+++ trunk/lit/ChangeLog 2020-12-24 14:20:17 UTC (rev 854)
@@ -1,3 +1,8 @@
+2020-12-24 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (mathtools.4ht): load graphicx package.
+ https://puszcza.gnu.org.ua/bugs/?495
+
2020-12-13 Karl Berry <karl at freefriends.org>
* tex4ht-html4.tex <configure html4 ltugboat\>: remove spurious <br/>
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2020-12-13 19:15:42 UTC (rev 853)
+++ trunk/lit/tex4ht-4ht.tex 2020-12-24 14:20:17 UTC (rev 854)
@@ -20258,7 +20258,13 @@
\endinput
>>> \AddFile{9}{mathtools}
+
+% Fix for https://puszcza.gnu.org.ua/bugs/?495
\<mathtools sty\><<<
+\RequirePackage{graphicx}
+>>>
+
+\<mathtools sty\><<<
\ifx \o:endgathered:\:UnDef\else
\HRestore\endgathered
\fi
More information about the tex4ht-commits
mailing list.