diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-05 23:11:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-05 23:11:45 +0000 |
commit | 2f0fbea27b80ff89c321ef2771e588f1cd688516 (patch) | |
tree | ed5718982329bc0ba86615fbc4f93975c162052a /Master/texmf-dist/doc/latex/reledmac/doc-include | |
parent | b24122a971cddb2ecf9c75a917ffbf9cef30c492 (diff) |
reledmac (5jun17)
git-svn-id: svn://tug.org/texlive/trunk@44473 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/reledmac/doc-include')
-rw-r--r-- | Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx b/Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx index 67029384292..923f8868679 100644 --- a/Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx +++ b/Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx @@ -405,3 +405,17 @@ % % \subsection{Migration to \reledmac~2.18.0} % After updating reledmac, and before any new compilation, you need to clean your \verb|.aux| files, if you use \cs{edlabel} or related. +% \subsection{Migration to \reledmac~2.21.0} +% Previously, there were a bug, which was in contradiction with the handbook. +% If you wrote +% \begin{verbatim} +% The \edtext{creature\edindex{elephant} was quite +% unafraid}{\Afootnote{Of the mouse, that is.}} +% \end{verbatim} +% \enquote{elephant} was indexed both in main text and in critical footnotes. +% With the new version of \reledmac, it is indexed only in main text. +% If you want to index it also in critical footnotes, do +% \begin{verbatim} +% The \edtext{creature\edindex{elephant} was quite +% unafraid}{\Afootnote{\edindex{elephant}Of the mouse, that is.}} +% \end{verbatim} |