diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-20 21:58:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-20 21:58:37 +0000 |
commit | a2f40ca4b8755633c5943ed2accbdc6261f8bdc1 (patch) | |
tree | 6b6445413d99ea00624dda7b9932d6b2667504e3 /Master/texmf-dist/source | |
parent | 5f1524fcdff9993b3c8a7a5cbd344e541eaf315d (diff) |
reledmac (20oct16)
git-svn-id: svn://tug.org/texlive/trunk@42312 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/reledmac/reledmac.dtx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx index 42d8036f685..8d343b383b0 100644 --- a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx +++ b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx @@ -446,6 +446,7 @@ % \changes{v2.16.2}{2016/10/07}{Fix bug introduced by v2.16.1 when using not expandable control sequence, like \protect\cs{normalfont}, in the footnote number style.} % \changes{v2.16.3}{2016/10/12}{Fix bug with \protect\cs{SEref} (bug added in v2.7.0).} % \changes{v2.16.4}{2016/10/16}{Fix bug with vertical space before sectioning command in optional argument of \protect\cs{pstart} (bug added in v2.15.3).} +% \changes{v2.16.5}{2016/10/20}{Fix potential spurious space in endnotes.} % \title{\Macpackage \\ % Typeset scholarly editions with \LaTeX\thanks{This file (\dtxfilename) % has version number \fileversion, last revised \filedate.}} @@ -3841,7 +3842,7 @@ % \begin{macrocode} %<*code> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{reledmac}[2016/10/16 v2.16.4 typesetting critical editions]% +\ProvidesPackage{reledmac}[2016/10/20 v2.16.5 typesetting critical editions]% % \end{macrocode} % % \subsection{Package options} @@ -12385,7 +12386,7 @@ \def\do##1{% \ifbool{l@dend@##1}{}% {\l@dend@open{##1}}% - \expandafter\immediate\expandafter\write\csname l@d@##1end\endcsname{\string\l@d@section{\the\section@num}}% + \expandafter\immediate\expandafter\write\csname l@d@##1end\endcsname{\string\l@d@section{\the\section@num}\@percentchar}% }% \dolistloop{\@series}% }% @@ -13279,7 +13280,7 @@ \newcommand{\content}{##2}% \stepcounter{labidx}% \expandafter\immediate\expandafter\write\csname l@d@#1end\endcsname{% - \unexpanded{\def\sw@list@inedtext}{\expandafter\unexpanded\expandafter{\sw@inthisedtext}} %Volountary space, to add linebreak in the output file + \unexpanded{\def\sw@list@inedtext}{\expandafter\unexpanded\expandafter{\sw@inthisedtext}}\@percentchar\space%Volountary space, to add linebreak in the output file \expandafter\string\csname #1end\endcsname% {\ifnumberedpar@\l@d@nums\fi}% {\ifnumberedpar@\expandonce\@tag\fi}% |