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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Tue Jun 12 08:45:15 CEST 2018


Author: michal_h21
Date: 2018-06-12 09:45:15 +0300 (Tue, 12 Jun 2018)
New Revision: 412

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-sty.tex
Log:
Use higher number in \write to prevent possible conflicts

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2018-06-11 13:12:17 UTC (rev 411)
+++ trunk/lit/ChangeLog	2018-06-12 06:45:15 UTC (rev 412)
@@ -1,4 +1,10 @@
 2018-06-11  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-sty.tex (tex4ht.sty): use higher number for \write, in order to
+	avoid possible conflicts
+
+2018-06-11  Michal Hoftich  <michal.h21 at gmail.com>
+
 	* common.tex,
 	* tex4ht-4ht.tex (amsart.4ht, amsbook.4ht, amsproc.4ht, article.4ht,
 	book.4ht, eplain.4ht, glossary.4ht, latex.4ht, mwart.4ht, mwbk.4ht,

Modified: trunk/lit/tex4ht-sty.tex
===================================================================
--- trunk/lit/tex4ht-sty.tex	2018-06-11 13:12:17 UTC (rev 411)
+++ trunk/lit/tex4ht-sty.tex	2018-06-12 06:45:15 UTC (rev 412)
@@ -174,7 +174,7 @@
    \csname expand:after\endcsname{\csname 
        BeforeTeXIVht\endcsname\let\BeforeTeXIVht|=\UnDef}
 \fi
-\def\writesixteen#1{\immediate\write1616{#1}}
+\def\writesixteen#1{\immediate\write99999{#1}}
 |<save cat codes|>
 |<ifs for TeX4ht|>
 |<check if latex|>



More information about the tex4ht-commits mailing list