diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-18 00:44:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-18 00:44:30 +0000 |
commit | 470ffcd8dbbbffcee050065eb4671f7581e02024 (patch) | |
tree | f27083f65b637fa451347892f3184c735e474fee /Master/texmf-dist/source/latex/eledmac/eledpar.dtx | |
parent | 38f5841b2d128e31223c2cbace56b0416b3e806f (diff) |
eledmac (17nov12)
git-svn-id: svn://tug.org/texlive/trunk@28288 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/eledmac/eledpar.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/eledmac/eledpar.dtx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/eledmac/eledpar.dtx b/Master/texmf-dist/source/latex/eledmac/eledpar.dtx index 83fa97d288c..08ce347b042 100644 --- a/Master/texmf-dist/source/latex/eledmac/eledpar.dtx +++ b/Master/texmf-dist/source/latex/eledmac/eledpar.dtx @@ -51,7 +51,7 @@ % % \fi % -% \CheckSum{3928} +% \CheckSum{3932} % % \makeatletter % \newcommand*{\DescribeIt}{\leavevmode\@bsphack\begingroup\MakePrivateLetters @@ -718,7 +718,7 @@ % \begin{macrocode} %<*code> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{eledpar}[2012/11/16 v1.3 eledmac extension for parallel texts] +\ProvidesPackage{eledpar}[2012/11/16 v1.3.1 eledmac extension for parallel texts] % \end{macrocode} % With the option `shiftedpstarts' a long pstart one the left side (or in the right side) don't make a blank on the corresponding pstart, but the blank is put on the bottom of the page. Consequently, the pstarts on the parallel pages are shifted, but the shifted stop at every end of pages. @@ -3380,15 +3380,17 @@ % \begin{macro}{\l@dbfnote} % \verb?\l@dbfnote? adds the footnote to the insert list, and % \verb?\vl@dbfnote? calls the original \verb?\@footnotetext?. +% \changes{v1.3.1}{2012/11/16}{Compatibility of standard footnotes with eledmac when theses footnotes contain any commands.} % \begin{macrocode} \renewcommand{\l@dbfnote}[1]{% \ifnumberedpar@ + \gdef\@tag{#1} \ifledRcol% - \xright@appenditem{\noexpand\vl@dbfnote{{#1}}{\@thefnmark}}% + \xright@appenditem{\noexpand\vl@dbfnote{{\csexpandonce{@tag}}}{\@thefnmark}}% \to\inserts@listR \global\advance\insert@countR \@ne% \else% - \xright@appenditem{\noexpand\vl@dbfnote{{#1}}{\@thefnmark}}% + \xright@appenditem{\noexpand\vl@dbfnote{{\csexpandonce{@tag}}}{\@thefnmark}}% \to\inserts@list \global\advance\insert@count \@ne% \fi |