[tex4ht-commits] [SCM] tex4ht updated: r953 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Fri Jun 18 17:52:03 CEST 2021
Author: michal_h21
Date: 2021-06-18 15:52:03 +0000 (Fri, 18 Jun 2021)
New Revision: 953
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-mkht.tex
Log:
fixed fatal error after LaTeX update
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2021-06-17 21:47:06 UTC (rev 952)
+++ trunk/lit/ChangeLog 2021-06-18 15:52:03 UTC (rev 953)
@@ -1,3 +1,7 @@
+2021-06-18 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-mkht.tex: fixed mysterious error that appeared after LaTeX update.
+
2021-06-17 Karl Berry <karl at freefriends.org>
* tex4ht-4ht.tex,
Modified: trunk/lit/tex4ht-mkht.tex
===================================================================
--- trunk/lit/tex4ht-mkht.tex 2021-06-17 21:47:06 UTC (rev 952)
+++ trunk/lit/tex4ht-mkht.tex 2021-06-18 15:52:03 UTC (rev 953)
@@ -16,6 +16,7 @@
\Preamble{xhtml}
\input ProTex.sty
\AlProTex{4ht,<<<>>>,?,title,list}
+ \AtBeginDocument{\EndPreamble}
\else
\Configure{ProTex}{4ht,<<<>>>,?,title,list,[[]]}
\fi
@@ -29,9 +30,10 @@
\def\mkhtNote{
}
-\newtoks\toks
-\expandafter\toks\expandafter{\mkhtNote}
+\newtoks\ourtoks
+\expandafter\ourtoks\expandafter{\mkhtNote}
+
%%%%%%%%%%%%%%%%%%%%% end definitions %%%%%%%%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list.