summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/reledmac/reledmac.dtx9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
index 634db8b0b68..938d323c0fc 100644
--- a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
+++ b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
@@ -596,6 +596,7 @@
% \changes{v2.39.2}{2023/07/04}{Tools for \protect\parpackage v2.25.4}
% \changes{v2.39.3}{2023/07/08}{Fix bug with \protect\cs{edlabel} after tabular environment (added by v2.39.2).}
% \changes{v2.39.4}{2023/07/20}{Fix bug with hyperlink when using \protect\cs{footnoteXmark} and \protect\cs{footnoteXtext}.}
+% \changes{v2.39.5}{2023/07/21}{The fix in v2.39.4 did'nt work well in tabular environment.}
% Typeset scholarly editions with \LaTeX\thanks{This file (\dtxfilename)
% has version number \fileversion, last revised \filedate.}}
%
@@ -4508,7 +4509,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{reledmac}[2023/07/20 v2.39.4 typesetting critical editions]%
+\ProvidesPackage{reledmac}[2023/07/21 v2.39.5 typesetting critical editions]%
% \end{macrocode}
%
% \subsection{Package options}
@@ -13502,11 +13503,11 @@
\setcounter{footnote#1}{#2}%
}%
\csdef{@thefnmark#1}{\csuse{thefootnote#1}}%
- \csdef{hr@thefnmark#1}{\the\value{footnote#1}@\the\csname footnote#1@series\endcsname}%
+ \csxdef{hr@thefnmark#1}{\the\value{footnote#1}@\the\csname footnote#1@series\endcsname}%
}%
{%
\csdef{@thefnmark#1}{#3}%
- \csdef{hr@thefnmark#1}{#3@\the\csname footnote#1@series\endcsname}%
+ \csxdef{hr@thefnmark#1}{#3@\the\csname footnote#1@series\endcsname}%
}%
}%
%
@@ -14084,7 +14085,7 @@
{@bodyfootmark#1@\csuse{hr@thefnmark#1}}%
{}%
}%
- \global\csdef{hr@bodyfootmark#1@\csuse{hr@thefnmark#1}}{}%Avoid duplicate body footmark
+ \csxdef{hr@bodyfootmark#1@\csuse{hr@thefnmark#1}}{}%Avoid duplicate body footmark
}%
{}%
\else%