summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/ledmac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-09-09 22:53:02 +0000
committerKarl Berry <karl@freefriends.org>2012-09-09 22:53:02 +0000
commitcdaf9391292e1cbd27960a683f9cb8cf4e9ad729 (patch)
tree6a6f4fb645001be003901b5abd2c0d6f9f19a79a /Master/texmf-dist/source/latex/ledmac
parent1163c621e5c54d761a2d340fdd258e3a90038233 (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')
-rw-r--r--Master/texmf-dist/source/latex/ledmac/ledmac.dtx14
-rw-r--r--Master/texmf-dist/source/latex/ledmac/ledpar.dtx9
2 files changed, 12 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/ledmac/ledmac.dtx b/Master/texmf-dist/source/latex/ledmac/ledmac.dtx
index a4028ab11e2..527465a0f2a 100644
--- a/Master/texmf-dist/source/latex/ledmac/ledmac.dtx
+++ b/Master/texmf-dist/source/latex/ledmac/ledmac.dtx
@@ -144,6 +144,7 @@
% \def\fileversion{v0.18} \def\filedate{2012/08/30}
% \def\fileversion{v0.18.1} \def\filedate{2012/09/02}
% \def\fileversion{v0.18.2} \def\filedate{2012/09/05}
+% \def\fileversion{v0.18.3} \def\filedate{2012/09/08}
% \changes{v0.1}{2003/03/25}{First public release}
% \changes{v0.2}{2003/08/16}{Added tabmac code, and extended indexing}
% \changes{v0.2.1}{2003/09/13}{Bug fixes and match with mempatch v1.8}
@@ -2802,7 +2803,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{ledmac}[2012/09/05 v0.18.2 LaTeX port of EDMAC]
+\ProvidesPackage{ledmac}[2012/09/08 v0.18.3 LaTeX port of EDMAC]
% \end{macrocode}
%
@@ -9222,35 +9223,36 @@
% \cs{newlinechar} so that in the file every space becomes the
% start of a new line; this generally ensures that a long note doesn't
% exceed restrictions on the length of lines in files.
+% \changes{v0.18.3}{2012/09/09}{Correct bug introduced by 0.18.1 and not corrected by 0.18.2}
% \begin{macrocode}
\newcommand*{\Aendnote}[1]{{\newlinechar='40
\immediate\write\l@d@end{\string\Aend%
{\ifnumberedpar@\l@d@nums\fi}%
- {\ifnumberedpar@\@tag\fi}{#1}}}\ignorespaces}
+ {\ifnumberedpar@\csexpandonce{@tag}\fi}{#1}}}\ignorespaces}
% \end{macrocode}
% \begin{macrocode}
\newcommand*{\Bendnote}[1]{{\newlinechar='40
\immediate\write\l@d@end{\string\Bend%
{\ifnumberedpar@\l@d@nums\fi}%
- {\ifnumberedpar@\@tag\fi}{#1}}}\ignorespaces}
+ {\ifnumberedpar@\csexpandonce{@tag}\fi}{#1}}}\ignorespaces}
% \end{macrocode}
% \begin{macrocode}
\newcommand*{\Cendnote}[1]{{\newlinechar='40
\immediate\write\l@d@end{\string\Cend%
{\ifnumberedpar@\l@d@nums\fi}%
- {\ifnumberedpar@\@tag\fi}{#1}}}\ignorespaces}
+ {\ifnumberedpar@\csexpandonce{@tag}\fi}{#1}}}\ignorespaces}
% \end{macrocode}
% \begin{macrocode}
\newcommand*{\Dendnote}[1]{{\newlinechar='40
\immediate\write\l@d@end{\string\Dend%
{\ifnumberedpar@\l@d@nums\fi}%
- {\ifnumberedpar@\@tag\fi}{#1}}}\ignorespaces}
+ {\ifnumberedpar@\csexpandonce{@tag}\fi}{#1}}}\ignorespaces}
% \end{macrocode}
% \begin{macrocode}
\newcommand*{\Eendnote}[1]{{\newlinechar='40
\immediate\write\l@d@end{\string\Eend%
{\ifnumberedpar@\l@d@nums\fi}%
- {\ifnumberedpar@\@tag\fi}{#1}}}\ignorespaces}
+ {\ifnumberedpar@\csexpandonce{@tag}\fi}{#1}}}\ignorespaces}
% \end{macrocode}
% \end{macro}
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}