summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-08-08 22:55:22 +0000
committerKarl Berry <karl@freefriends.org>2015-08-08 22:55:22 +0000
commit2c4e39a47e58aca19e393283377c93378cc0e1bc (patch)
tree0a248b7a2eacba78e89f808de94d6fb9bdb44583 /Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx
parent194127387a006f30c0dc7692e54f55ddc94a2434 (diff)
reledmac (8aug15)
git-svn-id: svn://tug.org/texlive/trunk@38081 c570f23f-e606-0410-a88d-b1316a301751
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.dtx16
1 files changed, 15 insertions, 1 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 56501c3fa34..af053e11126 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
@@ -305,7 +305,7 @@
% \cs{beforeXnotes} & \cs{Xbeforenotes} \\
% \cs{beforeXsymlinenum} & \cs{Xbeforesymlinenum} \\
% \cs{bhookXnote} & \cs{Xbhookendnote}\\
-% \cs{bhookXnote} & \cs{Xbooknote} \\
+% \cs{bhookXnote} & \cs{Xbhooknote} \\
% \cs{boxendlinenum} & \cs{Xboxendlinenum}\\
% \cs{boxlinenum} & \cs{Xboxlinenum} \\
% \cs{boxlinenumalign} & \cs{Xboxlinenumalign} \\
@@ -357,3 +357,17 @@
% \item If you have modified \cs{Xfootfmt}, note that the fourth argument is now mandatory.
% \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.
+%
+% People which use these commands to do it, which is not the original idea, must change to things:
+% \begin{enumerate}
+% \item Horizontal space is no more automatically added after the content of \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.
+% If you want to keep it, add \cs{indent} in the argument of \cs{Xbhooknote}/\cs{bhooknoteX}.
+%
+% \end{enumerate}
+%
+%