summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/amsbook.4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-12-19 22:46:21 +0000
committerKarl Berry <karl@freefriends.org>2019-12-19 22:46:21 +0000
commitf06750c2b66723ca874952c7fbc19aba79f5200d (patch)
tree4eca76f6492498096601bf4142684af0d6a93102 /Master/texmf-dist/tex/generic/tex4ht/amsbook.4ht
parent7b525605181864e250c7d93fe37e1f5d7cccc466 (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/amsbook.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/amsbook.4ht8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/amsbook.4ht b/Master/texmf-dist/tex/generic/tex4ht/amsbook.4ht
index 1d89baa27ae..61f6bffe190 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/amsbook.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/amsbook.4ht
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% amsbook.4ht 2018-10-20-15:45 %
+% amsbook.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}