diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-18 22:05:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-18 22:05:14 +0000 |
commit | f7ec9ab60b7f56d2c8c1dc137ab8e9c63fa042ba (patch) | |
tree | ab57fd46425c92a929c04faa0d0488dac05d76f2 /Master/texmf-dist/source | |
parent | a2108d8fb8bcdf43db03cb2bd3a7d9ebde44e634 (diff) |
reledmac (18jun16)
git-svn-id: svn://tug.org/texlive/trunk@41487 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 ea8a9997766..59598dd28ee 100644 --- a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx +++ b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx @@ -406,7 +406,7 @@ % \changes{v2.11.0}{2016/06/02}{Add new tools to produce an apparatus of manuscripts} % \changes{v2.12.0}{2016/06/16}{Fix bug with familiar footnote number in optional argument of \protect\cs{pstart} or \protect\cs{pend} in parallel typesetting} % \changes{v2.12.0}{2016/06/16}{Add \protect\cs{hidenumberingonleftpage} and \protect\cs{hidenumberingonrightpage}} -% \changes{v2.12.0}{2016/06/16}{\protect\cs{preXnotes} become \protect\cs{Xprenotes} (naming convention)} +% \changes{v2.12.0}{2016/06/16}{\protect\cs{preXnotes} becomes \protect\cs{Xprenotes} (naming convention)} % \changes{v2.12.0}{2016/06/16}{Add \protect\option{auxdir} option.} % \changes{v2.12.0}{2016/06/16}{Add \protect\cs{toendnotes} and related.} % \changes{v2.12.0}{2016/06/16}{Fix bug when using \protect\cs{chapter} in optional argument of \protect\cs{pstart} in parallel typesetting in combination with the \protect\option{noeledsec} option.} @@ -415,6 +415,7 @@ % \changes{v2.12.0}{2016/06/16}{More accurate message to control the position of \protect\cs{Xfootnote} and \protect\cs{applabel} in the \protect\LaTeX\ code} % \changes{v2.12.0}{2016/06/16}{Fix bug in critical and familiar footnotes when using uppercase letters with accent mark} % \changes{v2.12.0}{2016/06/16}{Make endnote compatible with \protect\cs{sameword} mechanism} +% \changes{v2.13.1}{2016/06/18}{In critical footnotes, the right side flag is printed only if asked explicitly with \protect\cs{Xlineflag} (bug added in v.~2.5.0).} % \title{\Macpackage \\ % Typeset scholarly editions with \LaTeX\thanks{This file (\dtxfilename) % has version number \fileversion, last revised \filedate.}} @@ -3675,7 +3676,7 @@ % \begin{macrocode} %<*code> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{reledmac}[2016/06/16 v2.12.0 typeset critical editions]% +\ProvidesPackage{reledmac}[2016/06/18 v2.13.1 typeset critical editions]% % \end{macrocode} % % \subsection{Package options} @@ -10185,7 +10186,7 @@ }{}% \iftoggle{Xonlypstart@#2}{}{% \csuse{Xtxtbeforenumber@#2}% - \printlines#1||\ifledRcol@\@Rlineflag\fi}% + \printlines#1|\ifledRcol@\@Rlineflag\fi|}% }% % \end{macrocode} % \end{macro} |