[tex4ht-commits] [SCM] tex4ht updated: r855 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Thu Dec 24 22:04:53 CET 2020
Author: michal_h21
Date: 2020-12-24 23:04:53 +0200 (Thu, 24 Dec 2020)
New Revision: 855
Modified:
trunk/lit/tex4ht-4ht.tex
Log:
Make graphicx loading conditional for mathtools
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2020-12-24 14:20:17 UTC (rev 854)
+++ trunk/lit/tex4ht-4ht.tex 2020-12-24 21:04:53 UTC (rev 855)
@@ -20261,7 +20261,7 @@
% Fix for https://puszcza.gnu.org.ua/bugs/?495
\<mathtools sty\><<<
-\RequirePackage{graphicx}
+\@ifpackageloaded{graphicx}{}{\RequirePackage{graphicx}}
>>>
\<mathtools sty\><<<
More information about the tex4ht-commits
mailing list.