diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx')
-rw-r--r-- | Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx | 7 |
1 files changed, 3 insertions, 4 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 923f8868679..db53bda639c 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 @@ -406,15 +406,14 @@ % \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 +% Previously, there was a bug, which meant that the description in the handbook was incorrect. 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. +% \enquote{elephant} was indexed in the main text and in the 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 +% If you also want to index it in critical footnotes, do % \begin{verbatim} % The \edtext{creature\edindex{elephant} was quite % unafraid}{\Afootnote{\edindex{elephant}Of the mouse, that is.}} |