diff options
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/reledmac/reledmac.dtx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx index 9c1d5c7ce8b..c6814791337 100644 --- a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx +++ b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx @@ -444,6 +444,7 @@ % \changes{v2.16.1}{2016/10/04}{Fix bug with redefinition of the style of the footnote number (bug added in v2.12.0)} % \changes{v2.16.2}{2016/10/07}{Error message if \protect\package{footmisc} is loaded after \protect\package{reledmac}.} % \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).} % \title{\Macpackage \\ % Typeset scholarly editions with \LaTeX\thanks{This file (\dtxfilename) % has version number \fileversion, last revised \filedate.}} @@ -3839,7 +3840,7 @@ % \begin{macrocode} %<*code> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{reledmac}[2016/10/07 v2.16.2 typesetting critical editions]% +\ProvidesPackage{reledmac}[2016/10/12 v2.16.3 typesetting critical editions]% % \end{macrocode} % % \subsection{Package options} @@ -14769,11 +14770,11 @@ \newtoggle{Xendpagenumberonlyfirstintwo@apprefwithpage} \newtoggle{Xendpagenumberonlyfirstintwo@SErefwithpage} -\gdef\Xendsympagenum@apprefwithpage -\gdef\Xendsympagenum@SErefwithpage +\gdef\Xendsympagenum@apprefwithpage{} +\gdef\Xendsympagenum@SErefwithpage{} -\gdef\Xendinplaceofpagenumber@apprefwithpage -\gdef\Xendinplaceofpagenumber@SErefwithpage +\gdef\Xendinplaceofpagenumber@apprefwithpage{} +\gdef\Xendinplaceofpagenumber@SErefwithpage{} % \end{macrocode} % Now, declare the default values of \protect\cs{@apprefprefixsingle} and \protect\cs{@apprefprefixmore}, \cs{@SErefprefix}, \cs{@SErefprefixmore} and the commands which defines them. |