summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx
diff options
context:
space:
mode:
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.dtx18
1 files changed, 9 insertions, 9 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 e2351b65577..9110e4a009f 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
@@ -179,7 +179,7 @@
% This version changes the default setting of \cs{Xpstart}.
% Henceforth, pstart numbers will be printed in footnotes within the section of text where you have called \cs{numberpstarttrue}.
-% We do not see any reason to print them in the other sections. However, if you want to print the pstart numbers in all of the footnotes, whatever the section, without having to use \cs{numberpstarttrue}, you can use
+% We do not see any reason to print them in the other sections. However, if you want to print the \cs{pstart} numbers in every footnote, whatever the section, without having to use \cs{numberpstarttrue}, you can use
% \cs{Xpstarteverytime}.
% \subsection{Migration to eledmac 1.21.0}
% \subsubsection{\cs{Xledsetnormalparstuff}\ and \cs{ledsetnormalparstuffX}}
@@ -348,7 +348,7 @@
% \cs{lineref} & \cs{edlineref} \\
% \end{longtable}
% \subsubsection{Endnotes}
-% With \reledmac, there is now one auxiliary file for every endnotes set (.Aend, .Bend, .Cend etc.). If you have overriden \cs{doendnotes} (which you would not have done) you must adapt your code.
+% With \reledmac, there is now one auxiliary file for each endnotes set (.Aend, .Bend, .Cend etc.). If you have overridden \cs{doendnotes} (which you should not have done) you must adapt your code.
% \subsubsection{Z Series}
% The `Z' series of notes has been removed. Only five series are provided now by default: A, B, C, D, E.
% \subsubsection{Internal commands}
@@ -366,14 +366,14 @@
% You must include it manually.
% So instead of \cs{Xbhooknote}\arg{content}, use \cs{Xbhooknote}\arg{content\ }.
% \item Indent is no longer automatically added before the content of the \cs{Xbhooknote}/\cs{bhooknoteX} argument.
-% If you want to keep it, add \cs{indent} in the argument of \cs{Xbhooknote}/\cs{bhooknoteX}.
+% If you want to keep it, add \cs{indent} to the argument of \cs{Xbhooknote}/\cs{bhooknoteX}.
% \end{enumerate}
% \subsection{Migration to \reledmac~2.1.3}
% \Reledmac~2.1.3 fix an historical bug, (style in \ledmac~0.7!) which doubled the space before the rules of paragraphed familiar footnotes.
% Consequently, if you use paragraphed familiar footnotes, you should maybe adapt it, playing with \cs{beforenotesX}.
% \subsection{Migration to \reledmac~2.3.0}\label{mac2.3.0migration}
% Before \reledmac~2.3.0, for typesetting verse, any empty line was considered a paragraph inside verses. Counting empty lines this created breaking verse, hanging verses, and also added spurious vertical spaces.
-% Version 2.3.0 disables paragraph in stanza. If you want vertical space, use optional argument of \cs{stanza} or \cs{endverse}.
+% Version 2.3.0 disables paragraph in stanza. If you want vertical space, use the optional argument of \cs{stanza} or \cs{endverse}.
% \subsection{Migration to \reledmac~2.4.0}
% It is not mandatory, but strongly recommended, to change any \cs{renewcommand}\arg{\textbackslash endashchar}\marg{…} to the use of \cs{Xlinerangeseparator} or / and \cs{Xendlinerangeseparator} (\reff{linerangeseparator}).
% \subsection{Migration to \reledmac~2.5.0}
@@ -425,7 +425,7 @@
% \subsection{Migration to \reledmac 2.26.0}
% You must delete your \verb+.aux+ file after having upgraded to this new version of \reledmac.
% \subsection{Migration to \reledmac 2.27.1}
-This release fix spurious space in \cs{hidenumbering}.
+This release fixes spurious space in \cs{hidenumbering}.
%If you considered this spurious space as normal, you must insert it manually using.
\begin{verbatim}
xx\hidenumbering\ xx
@@ -433,11 +433,11 @@ xx\hidenumbering\ xx
%To get the space after \verb+xx+.
+\subsection{Migration to \reledmac 2.30.0}
+
+If you have multiple annotations for the same line, these are now separated with a comma in the margin. You can use \cs{setlinenumannotationsep} to change the separator.
+
% \subsection{Migration to \reledmac 2.31.1}
%If you use \cs{Xgroupbyline}, the indentation of the notes has been deleted, in order to have the same behavior as for normal critical notes.
%
%Use \cs{Xparindent} to restore indentation.
-
-\subsection{Migration to \reledmac 2.30.0}
-
-If you have multiple annotations for the same line, there are now separated with a comma in the margin. You can use \cs{setlinenumannotationsep} to change the separator.