diff options
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/eledmac/eledmac.dtx | 8 |
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% }% |