summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-03-12 22:29:06 +0000
committerKarl Berry <karl@freefriends.org>2015-03-12 22:29:06 +0000
commit9ee15011dd21d634837d8a1f8b76f0378fcabcf8 (patch)
tree6009a55d953b81da48f04a43725ef68e28d431d1 /Master/texmf-dist/source/latex/eledmac/eledmac.dtx
parentf1f776d03550c6af252c315f2a961c187ea91df5 (diff)
eledmac (12mar15)
git-svn-id: svn://tug.org/texlive/trunk@36498 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/eledmac/eledmac.dtx')
-rw-r--r--Master/texmf-dist/source/latex/eledmac/eledmac.dtx17
1 files changed, 4 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
index e92cdf15132..feaa4d1918b 100644
--- a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
+++ b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
@@ -51,7 +51,7 @@
%
% \fi
%
-% \CheckSum{10683}
+% \CheckSum{10675}
%
% \makeatletter
% \newcommand*{\DescribeIt}{\leavevmode\@bsphack\begingroup\MakePrivateLetters
@@ -218,6 +218,7 @@
% \changes{v1.18.0}{2015/02/23}{Compatibility with \LuaLaTeX\ RTL languages.}
% \changes{v1.19.0}{2015/03/06}{\cs{maxhXnotes} and \cs{maxhnotesX} work now for both two-columns and three-columns setting.}
% \changes{v1.19.0}{2015/03/06}{Compatibility with \Lpack{eledpar} v.1.13.0.}
+% \changes{v1.19.1}{2015/03/12}{Call \cs{correct@footinsX@box} and \cs{correct@Xfootins@box} directly in \cs{print@notesX@forpages} and \cs{print@Xnotes@forpages}, that is in \Lpack{eledpar}.}
% \hyphenation{man-u-script man-u-scripts}
%
%
@@ -2792,7 +2793,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{eledmac}[2015/03/06 v1.19.0 LaTeX port of EDMAC]%
+\ProvidesPackage{eledmac}[2015/03/12 v1.19.1 LaTeX port of EDMAC]%
% \end{macrocode}
%
% Generally, these are the modifications to the original.
@@ -9374,19 +9375,14 @@
% \end{macrocode}
% We print all the series of notes by looping on them.
% We check before printing them that there are not voided.
-% We also call \cs{correct@footinsX@box} if \Lpack{eledpar} is loaded.
-% Read \Lpack{eledpar} handbook about this macro.
% \begin{macrocode}
\newcommand*{\doxtrafeeti}{%
\setbox\@outputbox \vbox{%
\unvbox\@outputbox%
\def\do##1{%
\ifvoid\csuse{footins##1}\else%
- \ifdefined\correct@footinsX@box%
- \correct@footinsX@box{##1}%
- \fi%
\print@notesX{##1}%
- \fi%
+ \fi%
}%
\dolistloop{\@series}}%
}%
@@ -10467,15 +10463,10 @@
% \end{macrocode}
% We print all series of notes by looping on them.
% We check before printing them that they are not voided.
-% We also call \cs{correct@Xfootins@box} if \Lpack{eledpar} is loaded.
-% Read \Lpack{eledpar} handbook about this macro.
% \begin{macrocode}
\newcommand*{\@opxtrafeetii}{%
\def\do##1{%
\ifvoid\csuse{##1footins}\else%
- \ifdefined\correct@Xfootins@box%
- \correct@Xfootins@box{##1}%
- \fi%
\print@Xnotes{##1}%
\fi%
}%