From 101256f3c6a52f6b155706bf20d5be12ddf0a5a9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 7 Sep 2016 21:48:41 +0000 Subject: reledmac (7sep16) git-svn-id: svn://tug.org/texlive/trunk@42012 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/reledmac/reledmac.dtx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/source/latex/reledmac') 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} -- cgit v1.2.3