summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/eledmac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-04-14 22:52:10 +0000
committerKarl Berry <karl@freefriends.org>2014-04-14 22:52:10 +0000
commit069bd295ea9dc6dcb5e73bf9d1171640a4acd61e (patch)
tree98415c292ee17cdccf7a0abac33e5c00618e93bf /Master/texmf-dist/source/latex/eledmac
parent4f954575ea54e72fedc6cb767697c1c90e33bdbe (diff)
eledmac (10apr14)
git-svn-id: svn://tug.org/texlive/trunk@33448 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/eledmac')
-rw-r--r--Master/texmf-dist/source/latex/eledmac/eledmac.dtx5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
index be10e16c5b9..6aabfc17b44 100644
--- a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
+++ b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
@@ -184,6 +184,7 @@
% \changes{v1.10.1}{2014/02/28}{Compatibility with \textsf{cleveref}.}
% \changes{v1.10.2}{2014/03/17}{Compatibility of stanza with v1.8a of babel-greek.}
% \changes{v1.10.3}{2014/04/07}{Debug of cross-referencing.}
+% \changes{v1.10.4}{2014/04/09}{Debug of critical notes in edtabular environnment.}
% \hyphenation{man-u-script man-u-scripts}
%
% \newcommand{\Lpack}[1]{\textsf{#1}}
@@ -2773,7 +2774,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{eledmac}[2014/04/07 v1.10.3 LaTeX port of EDMAC]
+\ProvidesPackage{eledmac}[2014/04/09 v1.10.4 LaTeX port of EDMAC]
% \end{macrocode}
%
% Generally, these are the modifications to the original.
@@ -11783,7 +11784,7 @@
\let\edindex\nulledindex
\let\linenum\@gobble}
\newcommand{\l@drestoreforedtext}{%
- \def\do##1{\csgdef{##1footnote}##1{\csuse{##1@@footnote}{##1}}}
+ \def\do##1{\global\csletcs{##1footnote}{##1@@footnote}}
\dolistloop{\@series}%
\let\edindex\xedindex}
% \end{macrocode}