diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-19 22:46:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-19 22:46:21 +0000 |
commit | f06750c2b66723ca874952c7fbc19aba79f5200d (patch) | |
tree | 4eca76f6492498096601bf4142684af0d6a93102 /Master/texmf-dist/tex/generic/tex4ht/amsart.4ht | |
parent | 7b525605181864e250c7d93fe37e1f5d7cccc466 (diff) |
omit caption label separator when caption is empty, tex4ht r643
git-svn-id: svn://tug.org/texlive/trunk@53190 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/amsart.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/amsart.4ht | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/amsart.4ht b/Master/texmf-dist/tex/generic/tex4ht/amsart.4ht index 1cb477b8e43..b32be606770 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/amsart.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/amsart.4ht @@ -1,7 +1,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% amsart.4ht 2018-10-20-15:45 % +% amsart.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 @@ -23,8 +23,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} |