From 41cf6f44720974b28006a7b9fe8692961ab59503 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 4 Feb 2022 22:20:46 +0000 Subject: reledmac (4feb22) git-svn-id: svn://tug.org/texlive/trunk@61878 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/reledmac/reledmac.dtx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/source/latex/reledmac') 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}% -- cgit v1.2.3