diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-14 22:52:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-14 22:52:10 +0000 |
commit | 069bd295ea9dc6dcb5e73bf9d1171640a4acd61e (patch) | |
tree | 98415c292ee17cdccf7a0abac33e5c00618e93bf /Master | |
parent | 4f954575ea54e72fedc6cb767697c1c90e33bdbe (diff) |
eledmac (10apr14)
git-svn-id: svn://tug.org/texlive/trunk@33448 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/eledmac/eledmac.pdf | bin | 894796 -> 894857 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/eledmac/eledmac.dtx | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/eledmac/eledmac.sty | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/eledmac/eledmac.pdf b/Master/texmf-dist/doc/latex/eledmac/eledmac.pdf Binary files differindex 722d1e0dbcc..4cc0d40329e 100644 --- a/Master/texmf-dist/doc/latex/eledmac/eledmac.pdf +++ b/Master/texmf-dist/doc/latex/eledmac/eledmac.pdf 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} diff --git a/Master/texmf-dist/tex/latex/eledmac/eledmac.sty b/Master/texmf-dist/tex/latex/eledmac/eledmac.sty index 1e07eed17cd..a55ffe84fb3 100644 --- a/Master/texmf-dist/tex/latex/eledmac/eledmac.sty +++ b/Master/texmf-dist/tex/latex/eledmac/eledmac.sty @@ -24,7 +24,7 @@ \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] \newif\ifledfinal \newif\ifparapparatus@ \newif\ifnoquotation@ @@ -3662,7 +3662,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} \newcommand{\l@dnullfills}{% |