[tex4ht-commits] [SCM] tex4ht updated: r617 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Wed Nov 6 14:14:10 CET 2019
Author: michal_h21
Date: 2019-11-06 15:14:10 +0200 (Wed, 06 Nov 2019)
New Revision: 617
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
Fixed bug in the mdframed configuration
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2019-10-31 20:10:55 UTC (rev 616)
+++ trunk/lit/ChangeLog 2019-11-06 13:14:10 UTC (rev 617)
@@ -1,3 +1,8 @@
+2019-11-06 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): fixed test for existence of the
+ \mdfl at linewidth command in the configuration for mdframed.
+
2019-10-31 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (usepackage.4ht): fix for the xr-hyper package.
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2019-10-31 20:10:55 UTC (rev 616)
+++ trunk/lit/tex4ht-html4.tex 2019-11-06 13:14:10 UTC (rev 617)
@@ -16030,7 +16030,7 @@
\get:xcolorcss{\mdf at backgroundcolor}\mdf:bgcolor
\get:xcolorcss{\mdf at linecolor}\mdf:bordercolor
\get:xcolorcss{\mdf at fontcolor}\mdf:fontcolor
- \def\mdf:border{\ifx\mdfl at linewidth\relax 1px\else\mdfl at linewidth\fi\space solid \mdf:bordercolor}
+ \def\mdf:border{\ifdefined\mdfl at linewidth\mdfl at linewidth\else 1px\fi\space solid \mdf:bordercolor}
\Css{\#\mdf:id{border:\mdf:border; background-color: \mdf:bgcolor; color:\mdf:fontcolor;}}
\global\let\mdfl at linewidth\relax
}
More information about the tex4ht-commits
mailing list