From 97f18bfe9c66155c1ff382e11586679d9ac4d36b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 21 Oct 2014 22:45:52 +0000 Subject: eledmac (21oct14) git-svn-id: svn://tug.org/texlive/trunk@35416 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/eledmac/eledmac.dtx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/source/latex/eledmac') diff --git a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx index 5ea117fb5f2..6aee357726f 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{10316} +% \CheckSum{10319} % % \makeatletter % \newcommand*{\DescribeIt}{\leavevmode\@bsphack\begingroup\MakePrivateLetters @@ -211,6 +211,7 @@ % \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.} +% \changes{v1.13.4}{2014/10/20}{Fix bug with index when memoir class is used without hyperref} % \hyphenation{man-u-script man-u-scripts} % % @@ -2857,7 +2858,7 @@ % \begin{macrocode} %<*code> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{eledmac}[2014/10/04 v1.13.3 LaTeX port of EDMAC]% +\ProvidesPackage{eledmac}[2014/10/20 v1.13.4 LaTeX port of EDMAC]% % \end{macrocode} % % Generally, these are the modifications to the original. @@ -11602,8 +11603,9 @@ % \end{macro} % \begin{macro}{\l@d@@wrindexhyp} % If the \Lpack{hyperref} package is not loaded, it doesn't make sense -% to clutter up the index with hyperreffing things. +% to clutter up the index with hyperreffing things. Not that memoir class have yet a not standard behavior. % \begin{macrocode} +\ifl@dmemoir\else% \AtBeginDocument{\@ifpackageloaded{hyperref}{}{% \def\l@d@@wrindexhyp#1||\\{% \ifshowindexmark\@showidx{#1}\fi @@ -11619,7 +11621,7 @@ \fi% \endgroup \@esphack}}} - +\fi% % \end{macrocode} % \end{macro} -- cgit v1.2.3