diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty index 951e29e6cfa..475275a53c6 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty +++ b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty @@ -1,7 +1,7 @@ \ifnum\the\catcode`\%=14\else\expandafter\edef\csname \string:RestoreCatcodes\endcsname{\catcode`\%\the \catcode`\%}\catcode`\%14\fi -% tex4ht.sty (2018-03-29-15:50), generated from tex4ht-sty.tex +% tex4ht.sty (2018-05-09-14:47), generated from tex4ht-sty.tex % Copyright 2009-2018 TeX Users Group % Copyright 1996-2009 Eitan M. Gurari % @@ -20,7 +20,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2018-03-29-15:50} +\immediate\write-1{version 2018-05-09-14:47} \ifx \Preamble\UnDef \else @@ -640,6 +640,11 @@ \@namedef{opt@#1.sty}{\:currentoptions} } +\ifx\XeTeXversion\@undefined\else +\ifx\xeuniuseblock\@undefined +\input tuenc-xetex-input.4ht +\fi\fi + \let\:onefilewithoptions\@onefilewithoptions \def\@onefilewithoptions#1[#2]{% \let\:temp\@reset@ptions |