summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/reledmac/reledmac.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/reledmac/reledmac.dtx')
-rw-r--r--macros/latex/contrib/reledmac/reledmac.dtx5
1 files changed, 3 insertions, 2 deletions
diff --git a/macros/latex/contrib/reledmac/reledmac.dtx b/macros/latex/contrib/reledmac/reledmac.dtx
index 447ba8a73f..dd3c42a428 100644
--- a/macros/latex/contrib/reledmac/reledmac.dtx
+++ b/macros/latex/contrib/reledmac/reledmac.dtx
@@ -555,6 +555,7 @@
% \changes{v2.33.0}{2020/05/31}{Add startstanzaindentsrepetition feature.}
% \changes{v2.33.0}{2020/05/31}{Add antilabe feature.}
% \changes{v2.33.0}{2020/05/31}{Add \protect\cs{Xinnotemark} and \protect\cs{innotemarkX} hooks.}
+% \changes{v2.33.1}{2020/06/06}{Fix a spacing bug when the argument of \protect\cs{antilabe} contains more than one word.}
% Typeset scholarly editions with \LaTeX\thanks{This file (\dtxfilename)
% has version number \fileversion, last revised \filedate.}}
%
@@ -4391,7 +4392,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{reledmac}[2020/05/31 v2.33.0 typesetting critical editions]%
+\ProvidesPackage{reledmac}[2020/06/06 v2.33.1 typesetting critical editions]%
% \end{macrocode}
%
% \subsection{Package options}
@@ -18957,7 +18958,7 @@
\def\beforeantilabe{}%
\def\afterantilabe{}%
\newcommand{\antilabe}[1]{%
- \beforeantilabe\hbox to\firsthalf@antilabe@wd{#1}\afterantilabe%
+ \beforeantilabe\hbox to\firsthalf@antilabe@wd{#1\hfill}\afterantilabe%
}%
\else%
\let\get@firsthalf@antilabe@wd\relax%