summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-mkht.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-06-21 03:01:17 +0000
committerNorbert Preining <norbert@preining.info>2021-06-21 03:01:17 +0000
commite5ca43f7439d850f4193a932455792429cff61eb (patch)
tree35693997358e4b78d3efaeccbf948d9d68cf11ac /support/TeX4ht/source/tex4ht-mkht.tex
parent0b024adf546cd484554e4de5bd1a9919a4fdd03d (diff)
CTAN sync 202106210301
Diffstat (limited to 'support/TeX4ht/source/tex4ht-mkht.tex')
-rw-r--r--support/TeX4ht/source/tex4ht-mkht.tex10
1 files changed, 6 insertions, 4 deletions
diff --git a/support/TeX4ht/source/tex4ht-mkht.tex b/support/TeX4ht/source/tex4ht-mkht.tex
index 9e957719e1..9e4303d5a9 100644
--- a/support/TeX4ht/source/tex4ht-mkht.tex
+++ b/support/TeX4ht/source/tex4ht-mkht.tex
@@ -1,9 +1,9 @@
-% $Id: tex4ht-mkht.tex 845 2020-11-23 18:05:43Z karl $
+% $Id: tex4ht-mkht.tex 955 2021-06-20 16:36:07Z karl $
% (1) latex tex4ht-mkht
% (2) perl -c mk4ht.perl (checking correctness)
% (3) latex mkht-scripts.4ht
%
-% Copyright 2009-2020 TeX Users Group
+% Copyright 2009-2021 TeX Users Group
% Copyright 1997-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -16,6 +16,7 @@
\Preamble{xhtml}
\input ProTex.sty
\AlProTex{4ht,<<<>>>,?,title,list}
+ \AtBeginDocument{\EndPreamble}
\else
\Configure{ProTex}{4ht,<<<>>>,?,title,list,[[]]}
\fi
@@ -29,8 +30,9 @@
\def\mkhtNote{
}
-\newtoks\toks
-\expandafter\toks\expandafter{\mkhtNote}
+\newtoks\ourtoks
+
+\expandafter\ourtoks\expandafter{\mkhtNote}
%%%%%%%%%%%%%%%%%%%%% end definitions %%%%%%%%%%%%%%%%%%%%%%%%%