diff options
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-mkht.tex')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-mkht.tex | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-mkht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-mkht.tex index 9e957719e11..9e4303d5a93 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-mkht.tex +++ b/Master/texmf-dist/source/generic/tex4ht/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 %%%%%%%%%%%%%%%%%%%%%%%%% |