diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/report.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/report.4ht | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/report.4ht b/Master/texmf-dist/tex/generic/tex4ht/report.4ht index 360aa8b0159..64d4b913fca 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/report.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/report.4ht @@ -1,7 +1,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% report.4ht 2018-10-20-15:45 % +% report.4ht 2019-12-19-14:27 % % Copyright (C) 1997-2009 Eitan M. Gurari % -% Copyright 2009-2018 TeX Users Group +% Copyright 2009-2019 TeX Users Group % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -71,8 +71,8 @@ \NewConfigure{caption}[4]{\c:def\cptA:{#1}\c:def\cptB:{#2}% \c:def\cptC:{#3}\c:def\cptD:{#4}} \long\def\@makecaption#1#2{% - {\cptA: \cap:ref{#1}% -\cptB:}{\cptC:{#2}\cptD:}} +{\cptA: \cap:ref{#1}% +\if :#1:\else\cptB:\fi}{\cptC:{#2}\cptD:}} \pend:def\caption{\SkipRefstepAnchor} |