diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-30 23:11:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-30 23:11:46 +0000 |
commit | aa2b7710cc880d2db85e7a767aa1c48a0ffdd0d7 (patch) | |
tree | 2aa9177baef518c3663af7d923508a16fd811b86 /Master | |
parent | b15fd2a0169f34e4970575561ef4c03a3e2c687c (diff) |
tex4ht.sty \long\IfFileExists, tex4ht r386
git-svn-id: svn://tug.org/texlive/trunk@47200 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty index cf9ae0c78e8..951e29e6cfa 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-02-11-15:01), generated from tex4ht-sty.tex +% tex4ht.sty (2018-03-29-15:50), 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-02-11-15:01} +\immediate\write-1{version 2018-03-29-15:50} \ifx \Preamble\UnDef \else @@ -549,7 +549,7 @@ \ifx \config:opt\:UnDef \else \append:def\:RestoreCatcodes{\early:sub\early:sup} \let\:IfFileExists\IfFileExists -\def\IfFileExists#1#2#3{% +\long\def\IfFileExists#1#2#3{% \csname recall:sub\endcsname \csname recall:sup\endcsname \expandafter\let\csname #1:sub\endcsname=\early:sub |