diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-09 22:53:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-09 22:53:02 +0000 |
commit | cdaf9391292e1cbd27960a683f9cb8cf4e9ad729 (patch) | |
tree | 6a6f4fb645001be003901b5abd2c0d6f9f19a79a /Master/texmf-dist/source/latex/ledmac/ledpar.dtx | |
parent | 1163c621e5c54d761a2d340fdd258e3a90038233 (diff) |
ledmac (9sep12)
git-svn-id: svn://tug.org/texlive/trunk@27630 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/ledmac/ledpar.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/ledmac/ledpar.dtx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/ledmac/ledpar.dtx b/Master/texmf-dist/source/latex/ledmac/ledpar.dtx index d99177cb6c1..a41f19de0f1 100644 --- a/Master/texmf-dist/source/latex/ledmac/ledpar.dtx +++ b/Master/texmf-dist/source/latex/ledmac/ledpar.dtx @@ -50,7 +50,7 @@ % % \fi % -% \CheckSum{4902} +% \CheckSum{4899} % % \makeatletter % \newcommand*{\DescribeIt}{\leavevmode\@bsphack\begingroup\MakePrivateLetters @@ -135,6 +135,7 @@ % \def\fileversion{v0.12}\def\filedate{2012/08/03} % \def\fileversion{v0.13}\def\filedate{2012/08/30} % \def\fileversion{v0.13.1}\def\filedate{2012/09/05} +% \def\fileversion{v0.13.2}\def\filedate{2012/09/08} % \changes{v0.1}{2004/12/10}{First public release} % \changes{v0.2}{2005/01/01}{Fix babel problems} % \changes{v0.3}{2005/03/24}{Reorganize for ledarab} @@ -708,7 +709,7 @@ % \begin{macrocode} %<*code> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{ledpar}[2012/09/05 v0.13.1 ledmac extension for parallel texts] +\ProvidesPackage{ledpar}[2012/09/08 v0.13.2 ledmac extension for parallel texts] % \end{macrocode} % With the option `shiftedverses' a long verse one the left side (or in the right side) don't make a blank on the corresponding verse, but the blank is put on the bottom of the page. Consequently, the verses on the parallel pages are shifted, but the shifted stop at every end of pages. @@ -3603,21 +3604,19 @@ % % \begin{macro}{\normalbfnoteX} % \changes{v0.3}{2005/02/04}{Removed extraneous spaces from \cs{normalbfnoteX}} +% \changes{v0.13.2}{2012/09/08}{Correct bug with familiar footnotes introduced by 0.13.1} % \begin{macrocode} \renewcommand{\normalbfnoteX}[2]{% \ifnumberedpar@ \ifledRcol% - \footnoteoptions@[R]{#1}{true}% \xright@appenditem{\noexpand\vbfnoteX{#1}{#2}{\@nameuse{thefootnote#1}}}% \to\inserts@listR \footnoteoptions@[R]{#1}{false}% \global\advance\insert@countR \@ne% \else% - \footnoteoptions@{#1}{true}% \xright@appenditem{\noexpand\vbfnoteX{#1}{#2}{\@nameuse{thefootnote#1}}}% \to\inserts@list \global\advance\insert@count \@ne% - \footnoteoptions@{#1}{false}% \fi \fi\ignorespaces} |