diff options
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 | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-par.dtx | 6 |
2 files changed, 13 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 0436df00ef9..da92f526d71 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 @@ -358,16 +358,19 @@ % \item \cs{unvxh} has been replaced with \cs{Xunvxh} and \cs{unvxhX} with two mandatory arguments. % \end{itemize} % \subsection{Migration to \reledmac~2.1.0} -% \Reledmac~2.1.0 fix some bug when using \cs{Xbhooknote} and \cs{bhooknoteX} not in order to execute code at the beginning of each notes, but to insert content of at the beginning of each notes. +% \Reledmac~2.1.0 fix some bugs when using \cs{Xbhooknote} and \cs{bhooknoteX} not in order to execute code at the beginning of each notes, but to insert content of at the beginning of each notes. % -% People which use these commands to do it, which is not the original idea, must change to things: +% People who use these commands to do it, which is not the original idea, must change the following: % \begin{enumerate} -% \item Horizontal space is no more automatically added after the content of \cs{Xbhooknote}/\cs{bhooknoteX} argument. +% \item Horizontal space is no longer automatically added after the content of the \cs{Xbhooknote}/\cs{bhooknoteX} argument. % You must include it manually. % So instead of \cs{Xbhooknote}\arg{content}, use \cs{Xbhooknote}\arg{content\ }. -% \item Indent is no more automatically added before the content of \cs{Xbhooknote}/\cs{bhooknoteX} argument. +% \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}. % +% \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}. % \end{enumerate} % % diff --git a/Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-par.dtx b/Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-par.dtx index 8b39a30fb01..aeea500f30b 100644 --- a/Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-par.dtx +++ b/Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-par.dtx @@ -59,4 +59,10 @@ % \subsection{Migration to \reledpar~2.2.0} % The \env{astanza} can take now an option argument. % Consequently, if the first line of verse in a \env{astanza} environment starts with brackets \verb+[]+, you must precede them with a \cs{relax}. If you do not do it, the content of the brackets will be considered as an optional argument of the \env{astanza} environment. +% \subsection{Migration to \reledmac~2.3.0} +% The line number style (alphabetic, numeric, etc.) for the notes of the right side are now defined by the value you set to \cs{linenumberstyleR} or \cs{linenumberstyle*}, and not by the value you set to \cs{linenumberstyle} which is kept for left side. +% +% The same is true for sub-line number styles and \cs{sublinenumberstyleR} or \cs{sublinenumberstyle*}, which are distinct from \cs{sublinenumberstyle}. +% +% Consequently, if you have changed line number representation in footnotes with \cs{linenumberstyle} and \cs{sublinenumberstyle}, check your settings for these control sequences. |