[tex4ht-commits] [SCM] tex4ht updated: r461 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Tue Dec 18 12:20:22 CET 2018
Author: michal_h21
Date: 2018-12-18 13:20:22 +0200 (Tue, 18 Dec 2018)
New Revision: 461
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-4ht.tex
Log:
Fixed compilation error for pstricks
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2018-12-10 17:01:18 UTC (rev 460)
+++ trunk/lit/ChangeLog 2018-12-18 11:20:22 UTC (rev 461)
@@ -1,3 +1,8 @@
+2018-12-18 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (pstricks.4ht): fixed compilation error.
+ https://tex.stackexchange.com/a/466340/2891
+
2018-12-10 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): configure environments and
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2018-12-10 17:01:18 UTC (rev 460)
+++ trunk/lit/Makefile 2018-12-18 11:20:22 UTC (rev 461)
@@ -52,6 +52,7 @@
latex.4ht lettrine.4ht listings.4ht \
magyar.4ht mdframed.4ht memoir.4ht multicol.4ht multirow.4ht \
nameref.4ht \
+ pstricks.4ht \
quoting.4ht \
reading.4ht \
scrartcl.4ht scrbook.4ht scrreprt.4ht sectionbreak.4ht \
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2018-12-10 17:01:18 UTC (rev 460)
+++ trunk/lit/tex4ht-4ht.tex 2018-12-18 11:20:22 UTC (rev 461)
@@ -24452,7 +24452,7 @@
\dp\pst at hbox=-\pst at dimb
\setbox\pst at hbox=\hbox{%
\kern-\pst at dima
-\ifx\pst at tempa\@empty\else
+\ifx\pst at tempa\@undefined\else
\advance\pst at dimd-\pst at dimb
\pst at dimd=\pst at tempa\pst at dimd
\advance\pst at dimd\pst at dimb
More information about the tex4ht-commits
mailing list