summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/reledmac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-04 22:20:46 +0000
committerKarl Berry <karl@freefriends.org>2022-02-04 22:20:46 +0000
commit41cf6f44720974b28006a7b9fe8692961ab59503 (patch)
tree89681b1a1d67c358caccf525a5a2a7dc3f39f758 /Master/texmf-dist/source/latex/reledmac
parent43ee337266379cd608b2dc99961b040d0260cf07 (diff)
reledmac (4feb22)
git-svn-id: svn://tug.org/texlive/trunk@61878 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/reledmac')
-rw-r--r--Master/texmf-dist/source/latex/reledmac/reledmac.dtx7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
index 84f70591beb..33fe898c87c 100644
--- a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
+++ b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
@@ -590,6 +590,7 @@
% \changes{v2.38.2}{2021/11/03}{Fix bug when using \protect\cs{applabel} in conjunction with \protect\package{hyperref} package.}
% \changes{v2.38.2}{2021/11/03}{Fix some trouble in indentation in stanza, when switching to some language with \protect\package{polyglossia}.}
% \changes{v2.39.0}{2021/01/11}{Add \protect\cs{Xnotboxingsubline} and \protect\cs{Xendnotboxingsubline} hooks.}
+% \changes{v2.39.1}{2021/02/04}{Fix bug with index in familiar and critical footnotes.}
% Typeset scholarly editions with \LaTeX\thanks{This file (\dtxfilename)
% has version number \fileversion, last revised \filedate.}}
%
@@ -4502,7 +4503,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{reledmac}[2022/01/11 v2.39.0 typesetting critical editions]%
+\ProvidesPackage{reledmac}[2022/02/04 v2.39.1 typesetting critical editions]%
% \end{macrocode}
%
% \subsection{Package options}
@@ -15214,7 +15215,8 @@
% \changes{v1.23.0}{2015/04/29}{Prevent spurious spaces when \protect\cs{Afootnote} and similar commands are followed by spaces (bug added on 1.0.0!).}
% \begin{macrocode}
\global\notbool{parapparatus@}{\expandafter\newcommand\expandafter *}{\expandafter\newcommand}\csname #1footnote\endcsname[2][]{%
- \nottoggle{Xnonote@#1}{%
+ \xdef\@currentseries{#1}%
+ \nottoggle{Xnonote@#1}{%
\advance \edtext@notes by 1%
\if@edtext@secondarg@%
\ifledRcol%
@@ -15383,6 +15385,7 @@
% \begin{macrocode}
\global\expandafter\newcommand\csname footnote#1\endcsname[2][]{%
+ \xdef\@currentseries{#1}%
\nottoggle{nonoteX@#1}{%
\begingroup%
\prepare@prenotesX{#1}%