diff options
author | Karl Berry <karl@freefriends.org> | 2017-12-23 23:22:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-12-23 23:22:24 +0000 |
commit | 56f255275c2923df36f628fadba49f93c104f4d8 (patch) | |
tree | b516791a78d4ec2e40e50ddcd2aee13ab8195cd7 /Master/texmf-dist/source | |
parent | fabd7eeb41b3cda30b053925d914b897df40dc13 (diff) |
reledmac (23dec17)
git-svn-id: svn://tug.org/texlive/trunk@46125 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/reledmac/reledmac.dtx | 6 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/reledmac/reledpar.dtx | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx index 511104c8e1d..492ff838e96 100644 --- a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx +++ b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx @@ -494,6 +494,10 @@ % \changes{v2.26.0}{2017/11/11}{Fix bug in \protect\cs{xpstartref}} % \changes{v2.26.0}{2017/11/11}{Add a mechanism for annotation of stanza line numbering} % \changes{v2.26.1}{2017/11/26}{Fix bug with \protect\cs{linenumberannotation}} +% \changes{v2.26.2}{2017/12/22}{Fix bug with \protect\cs{Xgroupbyline} and optional argument of critical footnotes.} +% \changes{v2.26.2}{2017/12/22}{Fix bug with \protect\cs{Xgroupbyline} for the series after the first one.} +% \changes{v2.26.2}{2017/12/22}{Fix bug with \protect\cs{Xgroupbyline} and \protect\cs{Xparafootsep}.} +% \changes{v2.26.2}{2017/11/22}{Fix bug with \protect\cs{linenumberannotation} in parallel typesetting} % Typeset scholarly editions with \LaTeX\thanks{This file (\dtxfilename) % has version number \fileversion, last revised \filedate.}} % @@ -4174,7 +4178,7 @@ % \begin{macrocode} %<*code> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{reledmac}[2017/11/26 v2.26.1 typesetting critical editions]% +\ProvidesPackage{reledmac}[2017/12/22 v2.26.2 typesetting critical editions]% % \end{macrocode} % % \subsection{Package options} diff --git a/Master/texmf-dist/source/latex/reledmac/reledpar.dtx b/Master/texmf-dist/source/latex/reledmac/reledpar.dtx index c8aaaa63e19..1f59183e66c 100644 --- a/Master/texmf-dist/source/latex/reledmac/reledpar.dtx +++ b/Master/texmf-dist/source/latex/reledmac/reledpar.dtx @@ -323,6 +323,7 @@ % \changes{v2.20.1}{2017/08/23}{Fix bug with \protect\option{continuousnumberingwithcolumns} when left column and right column have not the same size.} % \changes{v2.20.2}{2017/08/31}{Fix bugs with \protect\option{continuousnumberingwithcolumns} when going to a new page} % \changes{v2.21.0}{2017/11/11}{Add compatibility with new features of \protect\reledmac 2.26.0} +% \changes{v2.21.1}{2017/11/22}{Fix bug with \protect\cs{linenumberannotation}} % ^^A PW added following as the definitions are at some unknown elsewhere % % \newcommand{\egstart}{% @@ -1368,7 +1369,7 @@ % \begin{macrocode} %<*code> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{reledpar}[2017/11/11 v2.21.0 reledmac extension for parallel texts]% +\ProvidesPackage{reledpar}[2017/12/22 v2.21.1 reledmac extension for parallel texts]% % \end{macrocode} % \subsection{Package's requirement} @@ -2794,7 +2795,7 @@ \the\endpage@num|\the\endline@num|% \ifsublines@R \the\endsubline@num \else 0\fi}\to\line@listR \xright@appenditem% - {\current@annot|\endcurrent@annot}\to\annot@list% + {\current@annot|\endcurrent@annot}\to\annot@listR% % \end{macrocode} % Create a list which will store all the second argument of each \protect\cs{@sw} % in this lemma, at this level. |