summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-09-07 21:48:41 +0000
committerKarl Berry <karl@freefriends.org>2016-09-07 21:48:41 +0000
commit101256f3c6a52f6b155706bf20d5be12ddf0a5a9 (patch)
tree773ba3b0018ae0f7b182ca511fdd72b34d4a3def /Master/texmf-dist/source/latex/reledmac/reledmac.dtx
parentdc06bfb8ee862586b69d09f874380846d3c74bf8 (diff)
reledmac (7sep16)
git-svn-id: svn://tug.org/texlive/trunk@42012 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/reledmac/reledmac.dtx')
-rw-r--r--Master/texmf-dist/source/latex/reledmac/reledmac.dtx10
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
index fc1fcdb20da..1fe5aa3a91a 100644
--- a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
+++ b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
@@ -425,6 +425,7 @@
% \changes{v2.14.1a}{2016/07/14}{Fix problematic typos in the handbook.}
% \changes{v2.15.0}{2016/07/22}{Add `byline` arrangement.}
% \changes{v2.15.0}{2016/07/22}{Fix \protect\cs{Xtxtbeforenotes} in ledgroup.}
+% \changes{v2.15.1}{2016/09/07}{Fix \protect\cs{edindex} in tabular environments.}
% \title{\Macpackage \\
% Typeset scholarly editions with \LaTeX\thanks{This file (\dtxfilename)
% has version number \fileversion, last revised \filedate.}}
@@ -2996,6 +2997,7 @@
% into the left (or right) margin. These lengths are initially set to
% the value of \protect\cs{linenumsep}.
%
+% \subsubsection{Font}
% \DescribeMacro{\ledlsnotefontsetup}
% \DescribeMacro{\ledrsnotefontsetup}
% These macros specify how the sidenote texts are to be typeset. The
@@ -3760,7 +3762,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{reledmac}[2016/07/22 v2.15.0 typeset critical editions]%
+\ProvidesPackage{reledmac}[2016/09/07 v2.15.1 typeset critical editions]%
% \end{macrocode}
%
% \subsection{Package options}
@@ -17009,20 +17011,16 @@
% \end{macro}
%
%
-% \begin{macro}{\EDINDEX}
% \begin{macro}{\xedindex}
% \begin{macro}{\nulledindex}
% Macros supporting modification and restoration of \protect\cs{edindex}.
% \begin{macrocode}
-\let\EDINDEX=\edindex
-\newcommand{\xedindex}{\@bsphack%
- \@ifnextchar [{\l@d@index}{\l@d@index[\jobname]}}
+\AtBeginDocument{\let\xedindex\edindex}%
\newcommand{\nulledindex}[2][\jobname]{\@bsphack\@esphack}
% \end{macrocode}
% \end{macro}
% \end{macro}
-% \end{macro}
%
%
% \begin{macro}{\@line@@num}