summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/eledmac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-10-21 22:45:52 +0000
committerKarl Berry <karl@freefriends.org>2014-10-21 22:45:52 +0000
commit97f18bfe9c66155c1ff382e11586679d9ac4d36b (patch)
tree59fddc764b5085186e5a443173e1e780b63af5c2 /Master/texmf-dist/source/latex/eledmac
parent933098ea6de48e932ba340465406378225c4d74c (diff)
eledmac (21oct14)
git-svn-id: svn://tug.org/texlive/trunk@35416 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/eledmac')
-rw-r--r--Master/texmf-dist/source/latex/eledmac/eledmac.dtx10
1 files changed, 6 insertions, 4 deletions
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}