summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/eledmac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-10-04 22:51:28 +0000
committerKarl Berry <karl@freefriends.org>2014-10-04 22:51:28 +0000
commit47f07d898776ffc6befb1355e16e81e00f906daa (patch)
treec1c84e85f72c9501d339180e1888237f046ce8f6 /Master/texmf-dist/source/latex/eledmac
parent9627e838c2d8c95e84fbe207870d8ac4e6c057b0 (diff)
eledmac (4oct14)
git-svn-id: svn://tug.org/texlive/trunk@35309 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/eledmac')
-rw-r--r--Master/texmf-dist/source/latex/eledmac/eledmac.dtx8
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
index 40ea7f38aaf..5ea117fb5f2 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{10314}
+% \CheckSum{10316}
%
% \makeatletter
% \newcommand*{\DescribeIt}{\leavevmode\@bsphack\begingroup\MakePrivateLetters
@@ -210,6 +210,7 @@
% \changes{v1.13.1}{2014/09/25}{Debug quotation environment inside of a \cs{pstart} when preceded by a sectioning command.}
% \changes{v1.13.1}{2014/09/25}{Coming back of page and line breaking penalties's management, deleted by error in v0.17.}
% \changes{v1.13.2}{2014/09/30}{Fix bug with normal footnotes, added by v1.13.0.}
+% \changes{v1.13.3}{2014/10/04}{Fix extra spaces with paragraphed footnotes, added by v1.13.0.}
% \hyphenation{man-u-script man-u-scripts}
%
%
@@ -1431,6 +1432,7 @@
% \textbf{Be careful, the standard \LaTeX\ footnote rule, which is used by \Lpack{eledmac}, adds 2.6pt. These 2.6pt are not changed by this command.}
%
% Be careful with this setting: it can place notes by the page number, at the bottom of the page.
+%
% \DescribeMacro{\afterruleX}
% You can change the vertical space printed after the rule of the familiar notes with \cs{beforenotesX}\oarg{s}\marg{l}.
% % The default value is \verb|0pt|.
@@ -2855,7 +2857,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{eledmac}[2014/09/30 v1.13.2 LaTeX port of EDMAC]%
+\ProvidesPackage{eledmac}[2014/10/04 v1.13.3 LaTeX port of EDMAC]%
% \end{macrocode}
%
% Generally, these are the modifications to the original.
@@ -9049,11 +9051,13 @@
% \begin{macro}{\print@footnoteXrule}
% \begin{macrocode}
\newcommand{\print@Xfootnoterule}[1]{%
+ \nointerlineskip%
\moveleft-\leftskip\vbox{\csuse{#1footnoterule}}%
\nointerlineskip%
}%
\newcommand{\print@footnoteXrule}[1]{%
+ \nointerlineskip%
\moveleft-\leftskip\vbox{\csuse{footnoterule#1}}%
\nointerlineskip%
}%