diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-18 23:28:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-18 23:28:06 +0000 |
commit | 300660e3de2430063d9a38815b6f755f5fc0d94d (patch) | |
tree | 397eba9ff08b78e495e5f9d0ee0d8b51d511facd /Master/texmf-dist/tex | |
parent | 7f523744c9eaf25f098ab458aee3989c8d65f8fd (diff) |
\long\def, tex4ht r188
git-svn-id: svn://tug.org/texlive/trunk@41721 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty index 16384d26175..c9ee5cc0380 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 (2016-07-01-09:18), generated from tex4ht-sty.tex +% tex4ht.sty (2016-07-18-16:08), generated from tex4ht-sty.tex % Copyright 2009-2016 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 2016-07-01-09:18} +\immediate\write-1{version 2016-07-18-16:08} \ifx \Preamble\UnDef \else @@ -331,18 +331,18 @@ \expandafter\def\csname a:CutAt-filename\endcsname##1##2{#1}} \Configure{CutAt-filename}{} \long\def\append:def#1#2{% - \def\:temp{\def#1}% + \long\def\:temp{\long\def#1}% \expandafter\expandafter\expandafter\:temp\expandafter{#1#2}} \long\def\pend:def#1#2{% - \def\:temp{#2}% - \def\:tempa{\def#1}% + \long\def\:temp{#2}% + \long\def\:tempa{\long\def#1}% \expandafter\expandafter\expandafter\expandafter \expandafter\expandafter\expandafter\:tempa \expandafter\expandafter\expandafter{\expandafter\:temp #1}} \long\def\pend:defI#1#2{% - \def\:tempa{\def#1####1}% + \long\def\:tempa{\long\def#1####1}% \ex:pend{#2}{\expandafter\:temp #1{##1}}} -\long\def\ex:pend#1{\def\:temp{#1}% +\long\def\ex:pend#1{\long\def\:temp{#1}% \expandafter\expandafter\expandafter\expandafter \expandafter\expandafter\expandafter\:tempa \expandafter\expandafter\expandafter} @@ -1367,19 +1367,19 @@ \fi \fi } \long\def\append:defI#1#2{% - \def\:temp{\def#1####1}% + \long\def\:temp{\long\def#1####1}% \expandafter\expandafter\expandafter\:temp\expandafter{#1{##1}#2}} \long\def\pend:defII#1#2{% - \def\:tempa{\def#1####1####2}% + \long\def\:tempa{\long\def#1####1####2}% \ex:pend{#2}{\expandafter\:temp #1{##1}{##2}}} \long\def\append:defII#1#2{% - \def\:temp{\def#1####1####2}% + \long\def\:temp{\long\def#1####1####2}% \expandafter\expandafter\expandafter\:temp\expandafter{#1{##1}{##2}#2}} \long\def\pend:defIII#1#2{% - \def\:tempa{\def#1####1####2####3}% + \long\def\:tempa{\long\def#1####1####2####3}% \ex:pend{#2}{\expandafter\:temp #1{##1}{##2}{##3}}} \long\def\append:defIII#1#2{% - \def\:temp{\def#1####1####2####3}% + \long\def\:temp{\long\def#1####1####2####3}% \expandafter\expandafter\expandafter \:temp\expandafter{#1{##1}{##2}{##3}#2}} |