summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/reledmac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-12-13 23:45:02 +0000
committerKarl Berry <karl@freefriends.org>2015-12-13 23:45:02 +0000
commit2f84d45b969f3d03fc9dde2011830a39118f9a35 (patch)
tree292def5326ea777c4daa2ba7436b76a1995333a5 /Master/texmf-dist/source/latex/reledmac
parent3bb41342bf8898ed16ea8eb9f8932a172da32565 (diff)
reledmac (13dec15)
git-svn-id: svn://tug.org/texlive/trunk@39095 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/reledmac')
-rw-r--r--Master/texmf-dist/source/latex/reledmac/reledmac.dtx173
-rw-r--r--Master/texmf-dist/source/latex/reledmac/reledpar.dtx8
2 files changed, 130 insertions, 51 deletions
diff --git a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
index 3a1c95173b3..ab92b294f4f 100644
--- a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
+++ b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
@@ -371,12 +371,13 @@
% \changes{v2.7.0}{2015/11/29}{When using \protect\package{hyperref} package, add links from critical footnotes and critical endnotes to the line of text they refers}
% \changes{v2.7.0}{2015/11/29}{When using \protect\package{hyperref} package, add link in familiar footnotes between the footnote marks in the text and the footnote marks in the footnote}
% \changes{v2.7.0}{2015/11/29}{Fix bugs in compatibility with \protect\option{innote} and \protect\option{notenumber} options of \protect\package{indextools} package, when indexing outside of a \protect\env{ledgroup}.}
-% \changes{v2.7.0}{2015/11/29}{New commands to make glossaries related to page and linenumber with the \protect\package{glossaries} package}
+% \changes{v2.7.0}{2015/11/29}{New commands to make glossaries connected to page and linenumber with the \protect\package{glossaries} package}
% \changes{v2.7.0}{2015/11/29}{Add dash as default page range separator for \protect\cs{SEonlypage}}
% \changes{v2.7.0}{2015/11/29}{Delete parenthesis after \protect\cs{SErefonlypage}.}
% \changes{v2.7.0}{2015/11/29}{New setting commands: \protect\cs{setSErefonlypageprefixsingle} and \protect\cs{setSErefonlypageprefixmore}}
% \changes{v2.7.0}{2015/11/29}{Debug \protect\cs{SErefonlypage} when referring to only one page.}
-% \changes{v2.7.1}{2015/12/06}{Debug \protect\cs{Xbhookgroup} hooks executed on column footnote (moved to a larger group, to have indeed effect).}
+% \changes{v2.7.1}{2015/12/06}{Debug \protect\cs{Xbhookgroup} hooks executed on columnar footnotes (moved to a larger group, to take effect).}
+% \changes{v2.7.2}{2015/12/13}{Fix problem of hyphenation when using \protect\package{hyperref} package (added in v2.7.0).}
% \title{\Macpackage \\
% Typeset scholarly editions with \LaTeX\thanks{This file (\dtxfilename)
% has version number \fileversion, last revised \filedate.}}
@@ -2090,16 +2091,17 @@
% The debug is in the todolist.
% \subsubsection{Width}
% \changes{v2.7.0}{2015/11/29}{New hooks: \protect\cs{Xhsize} and \protect\cs{hsizeX}}
-% \DescribeMacro{\Xhsize}
-% \DescribeMacro{\hsizeX}
-% \cs{Xhsize}\oarg{s}\marg{l} sets the total width of critical footnote.
-% \cs{hsizeX}\oarg{s}\marg{l} does the same for familiar footnotes.
+% \changes{v2.7.2}{2015/12/13}{\protect\cs{Xhsize} and \protect\cs{hsizeX} become \protect\cs{Xwidth} and \protect\cs{widthX}}
+% \DescribeMacro{\Xwidth}
+% \DescribeMacro{\widthX}
+% \cs{Xwidth}\oarg{s}\marg{l} sets the total width of critical footnotes.
+% \cs{widthX}\oarg{s}\marg{l} does the same for familiar footnotes.
%
% \meta{l} can be a length expression, parsable with \cs{dimexpr}.
% For example:
% \begin{verbatim}
-%\Xhsize{\columnwidth+\marginparsep+\ledrsnotewidth}
-%\hsizeX{\columnwidth+\marginparsep+\ledrsnotewidth}
+%\Xwidth{\columnwidth+\marginparsep+\ledrsnotewidth}
+%\widthX{\columnwidth+\marginparsep+\ledrsnotewidth}
% \end{verbatim}
%
% Note that changes the with of the block of notes.
@@ -3230,6 +3232,8 @@
%
%
% \subsection{Known and suspected limitations}
+% \subsubsection{\package{floatrow} package compatibility}
+% The \package{floatrow} package must be loaded before the \macpackage.
% \subsubsection{`No room for a new'}\label{noroom}
% Sometime, especially when using \macpackage with other packages, you could obtain warning message such 'no room for a new count' or 'no room for a new write'.
%
@@ -3457,7 +3461,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{reledmac}[2015/12/06 v2.7.1 typeset critical edition]%
+\ProvidesPackage{reledmac}[2015/12/13 v2.7.2 typeset critical edition]%
% \end{macrocode}
%
% \subsection{Package options}
@@ -3982,6 +3986,20 @@
}%
% \end{macrocode}
% \end{macro}
+% \begin{macro}{\led@warning@hsizeX@deprecated}
+% \begin{macrocode}
+\newcommand{\led@warning@hsizeX@deprecated}{%
+ \reledmac@warning{\string\hsizeX\space command deprecated, use \string\widthX\space instead.}%
+}%
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\led@warning@Xhsize@deprecated}
+% \begin{macrocode}
+\newcommand{\led@warning@Xhsize@deprecated}{%
+ \reledmac@warning{\string\Xhsize\space command deprecated, use \string\Xwidth\space instead.}%
+}%
+% \end{macrocode}
+% \end{macro}
% \subsection{Gobbling}
% \changes{v1.14.0}{2014/10/27}{Provide \protect\cs{@gobblefour}}
% \changes{v1.14.0}{2014/10/27}{Move gobbling command}
@@ -4622,7 +4640,7 @@
\newcommand*{\firstlinenum}[1]{%
\ifledRcol%
\setcounter{firstlinenumR}{#1}%
- \led@warn@setting@in@rightside{\firstlinenum}
+ \led@warn@setting@in@rightside{\firstlinenum}%
\else%
\setcounter{firstlinenum}{#1}%
\fi%
@@ -4630,7 +4648,7 @@
\newcommand*{\linenumincrement}[1]{%
\ifledRcol%
\setcounter{linenumincrementR}{#1}%
- \led@warn@setting@in@rightside{\linenumincrement}
+ \led@warn@setting@in@rightside{\linenumincrement}%
\else%
\setcounter{linenumincrement}{#1}%
\fi%
@@ -4638,7 +4656,7 @@
\newcommand*{\firstsublinenum}[1]{%
\ifledRcol%
\setcounter{firstsublinenumR}{#1}%
- \led@warn@setting@in@rightside{\firstsublinenum}
+ \led@warn@setting@in@rightside{\firstsublinenum}%
\else%
\setcounter{firstsublinenum}{#1}%
\fi%
@@ -4646,7 +4664,7 @@
\newcommand*{\sublinenumincrement}[1]{%
\ifledRcol%
\setcounter{sublinenumincrementR}{#1}%
- \led@warn@setting@in@rightside{\sublinenumincrement}
+ \led@warn@setting@in@rightside{\sublinenumincrement}%
\else%
\setcounter{sublinenumincrement}{#1}%
\fi%
@@ -6617,7 +6635,7 @@
\ifdef{\hypertarget}%
{%
\csedef{thisedtext@\the\@edtext@level}{\theedtext}%
- \Hy@raisedlink{\hypertarget{\csuse{thisedtext@\the\@edtext@level}:start}{}}%
+ \Hy@raisedlink@left{\hypertarget{\csuse{thisedtext@\the\@edtext@level}:start}{}}%
\showlemma{#1}%
\Hy@raisedlink{\hypertarget{\csuse{thisedtext@\the\@edtext@level}:end}{}}%
}%
@@ -8570,7 +8588,7 @@
% \begin{macrocode}
\notbool{parapparatus@}{\newcommand*}{\newcommand}{\normalvfootnote}[2]{%
\insert\csname #1footins\endcsname\bgroup
- \hsize=\expandafter\dimexpr\csuse{Xhsize@#1}\relax%
+ \hsize=\expandafter\dimexpr\csuse{Xwidth@#1}\relax%
\noindent\csuse{Xbhooknote@#1}%
\csuse{Xnotefontsize@#1}%
\footsplitskips
@@ -8824,9 +8842,9 @@
% \begin{macrocode}
\newcommand*{\para@footsetup}[1]{{\csuse{Xbhookgroup@#1}\csuse{Xnotefontsize@#1}
\setXnoteswidthliketwocolumns@{#1}%
- \ifcsempty{Xhsize@#1}%
+ \ifcsempty{Xwidth@#1}%
{}%
- {\columnwidth=\expandafter\dimexpr\csuse{Xhsize@#1}\relax}%
+ {\columnwidth=\expandafter\dimexpr\csuse{Xwidth@#1}\relax}%
\dimen0=\baselineskip
\multiply\dimen0 by 1024
\divide \dimen0 by \columnwidth \multiply\dimen0 by \footfudgefiddle\relax
@@ -9079,7 +9097,7 @@
% note series letter.
% \begin{macrocode}
\newcommand*{\parafootgroup}[1]{%
- \hsize=\expandafter\dimexpr\csuse{Xhsize@#1}\relax%
+ \hsize=\expandafter\dimexpr\csuse{Xwidth@#1}\relax%
\unvbox\csname #1footins\endcsname
\ifcsstring{Xragged@#1}{L}{\RaggedLeft}{}%
\ifcsstring{Xragged@#1}{R}{\RaggedRight}{}%
@@ -9193,18 +9211,18 @@
%
% The \LaTeX\ \protect\cs{line} macro has no relationship to the
% TeX \protect\cs{line}. The \LaTeX\ equivalent is \protect\cs{@@line}.
-% \changes{v2.7.0}{2015/11/29}{\protect\cs{rigidbalance} is split to \protect\cs{Xrigidbalance} and \protect\cs{rigidbalanceX}.}
+% \changes{v2.7.0}{2015/11/29}{\protect\cs{rigidbalance} is split in \protect\cs{Xrigidbalance} and \protect\cs{rigidbalanceX}.}
%
% We do not call directly \cs{rigidbalance}, but we call \cs{Xrigidbalance} for critical notes and \cs{rigidbalanceX} for familiar notes. Both of them call \cs{rigidbalance}.
% \begin{macrocode}
\newcount\@k \newdimen\@h
\newcommand*{\Xrigidbalance}[3]{%
- \hsize=\expandafter\dimexpr\csuse{Xhsize@\@currentseries}\relax%
+ \hsize=\expandafter\dimexpr\csuse{Xwidth@\@currentseries}\relax%
\rigidbalance{#1}{#2}{#3}%
}%
\newcommand*{\rigidbalanceX}[3]{%
- \hsize=\expandafter\dimexpr\csuse{hsizeX@\@currentseries}\relax%
+ \hsize=\expandafter\dimexpr\csuse{widthX@\@currentseries}\relax%
\rigidbalance{#1}{#2}{#3}%
}%
@@ -9316,7 +9334,7 @@
% \begin{macrocode}
\notbool{parapparatus@}{\newcommand*}{\newcommand}{\threecolvfootnote}[2]{%
\insert\csname #1footins\endcsname\bgroup%
- \hsize=\expandafter\dimexpr\csuse{Xhsize@#1}\relax%
+ \hsize=\expandafter\dimexpr\csuse{Xwidth@#1}\relax%
\noindent\csuse{Xbhooknote@#1}%
\csuse{Xnotefontsize@#1}%
\footsplitskips%
@@ -9457,7 +9475,7 @@
% \begin{macrocode}
\notbool{parapparatus@}{\newcommand*}{\newcommand}{\twocolvfootnote}[2]{%
\insert\csname #1footins\endcsname\bgroup%
- \hsize=\expandafter\dimexpr\csuse{Xhsize@#1}\relax%
+ \hsize=\expandafter\dimexpr\csuse{Xwidth@#1}\relax%
\noindent\csuse{Xbhooknote@#1}%
\csuse{Xnotefontsize@#1}%
\footsplitskips%
@@ -10353,7 +10371,7 @@
% \begin{macrocode}
\notbool{parapparatus@}{\newcommand*}{\newcommand}{\normalvfootnoteX}[2]{%
\insert\@nameuse{footins#1}\bgroup
- \hsize=\expandafter\dimexpr\csuse{hsizeX@#1}\relax%
+ \hsize=\expandafter\dimexpr\csuse{widthX@#1}\relax%
\noindent\csuse{bhooknoteX@#1}%
\csuse{notefontsizeX@#1}%
\footsplitskips
@@ -10686,7 +10704,7 @@
% \begin{macrocode}
\notbool{parapparatus@}{\newcommand*}{\newcommand}{\twocolvfootnoteX}[2]{%
\insert\csname footins#1\endcsname\bgroup%
- \hsize=\expandafter\dimexpr\csuse{hsizeX@#1}\relax%
+ \hsize=\expandafter\dimexpr\csuse{widthX@#1}\relax%
\noindent\csuse{bhooknoteX@#1}%
\csuse{notefontsizeX@#1}%
\footsplitskips%
@@ -10806,7 +10824,7 @@
% \begin{macrocode}
\notbool{parapparatus@}{\newcommand*}{\newcommand}{\threecolvfootnoteX}[2]{%
\insert\csname footins#1\endcsname\bgroup%
- \hsize=\expandafter\dimexpr\csuse{hsizeX@#1}\relax%
+ \hsize=\expandafter\dimexpr\csuse{widthX@#1}\relax%
\noindent\csuse{bhooknoteX@#1}%
\csuse{notefontsizeX@#1}
\footsplitskips%
@@ -10917,9 +10935,9 @@
% \begin{macrocode}
\newcommand*{\para@footsetupX}[1]{{\csuse{bhookgroupX@#1}\csuse{notefontsizeX@#1}
\setnoteswidthliketwocolumnsX@{#1}%
- \ifcsempty{hsizeX@#1}%
+ \ifcsempty{widthX@#1}%
{}%
- {\columnwidth=\expandafter\dimexpr\csuse{hsizeX@#1}\relax}%
+ {\columnwidth=\expandafter\dimexpr\csuse{widthX@#1}\relax}%
\dimen0=\baselineskip
\multiply\dimen0 by 1024
\divide\dimen0 by \columnwidth \multiply\dimen0 by \footfudgefiddle\relax%
@@ -11032,7 +11050,7 @@
% \protect\cs{para@footgroupX}\marg{series}
% \begin{macrocode}
\newcommand*{\para@footgroupX}[1]{%
- \hsize=\expandafter\dimexpr\csuse{hsizeX@#1}\relax%
+ \hsize=\expandafter\dimexpr\csuse{widthX@#1}\relax%
\unvbox\csname footins#1\endcsname
\ifcsstring{raggedX@#1}{L}{\RaggedLeft}{}%
\ifcsstring{raggedX@#1}{R}{\RaggedRight}{}%
@@ -11094,14 +11112,14 @@
% \begin{macrocode}
\newcommand{\wrapped@footfootmarkX}[1]{%
\ifdefined\hypertarget%
+ \hyperlink%
+ {@bodyfootmark#1@\this@footnoteX@reading}%
+ {\@nameuse{footfootmark#1}}%
\Hy@raisedlink{%
\hypertarget%
{@footnotemark#1@\this@footnoteX@reading}%
{}%
}%
- \hyperlink%
- {@bodyfootmark#1@\this@footnoteX@reading}%
- {\@nameuse{footfootmark#1}}%
\else%
\@nameuse{footfootmark#1}%
\fi%
@@ -11113,14 +11131,14 @@
% \begin{macrocode}
\newcommand{\wrapped@bodyfootmarkX}[1]{%
\ifdefined\hypertarget%
+ \hyperlink%
+ {@footnotemark#1@\expandafter\the\csname footnote#1@reading\endcsname}%
+ {\@nameuse{bodyfootmark#1}}%
\Hy@raisedlink{%
\hypertarget%
{@bodyfootmark#1@\expandafter\the\csname footnote#1@reading\endcsname}%
{}%
}%
- \hyperlink%
- {@footnotemark#1@\expandafter\the\csname footnote#1@reading\endcsname}%
- {\@nameuse{bodyfootmark#1}}%
\else%
\@nameuse{bodyfootmark#1}%
\fi%
@@ -11926,7 +11944,7 @@
\csgdef{Xlinerangeseparator@#1}{\endashchar}%
\csgdef{Xlemmafont@#1}{}%
- \csgdef{Xhsize@#1}{\hsize}%
+ \csgdef{Xwidth@#1}{\hsize}%
% \end{macrocode}
% \subsubsection{Create inserts, needed to add notes in foot}
% As regards inserts, see chapter 15 of \thetexbook\ by D. Knuth.
@@ -12068,7 +12086,7 @@
\newtoggle{noteswidthliketwocolumnsX@#1}%
\csgdef{parafootsepX@#1}{}%
\csgdef{afternoteX@#1}{1em plus.4em minus.4em}
- \csgdef{hsizeX@#1}{\hsize}%
+ \csgdef{widthX@#1}{\hsize}%
% End of for familiar footnotes.
% \subsubsection{Create inserts, needed to add notes in foot}
% As regards inserts, see chapter 15 of the TeXBook by D. Knuth.
@@ -12547,8 +12565,16 @@
\newhookcommand@series{Xafternote}%
\newhookcommand@series{Xparafootsep}
- \newhookcommand@series@reload{Xhsize}{critical}%
+ \newhookcommand@series@reload{Xwidth}{critical}%
+ \ifundef{\Xhsize}%
+ {%
+ \newcommandx{\Xhsize}[2][1,usedefault]{%
+ \led@warning@Xhsize@deprecated%
+ \Xwidth[#1]{#2}%
+ }%
+ }%
+ {}%
\fi
\newhooktoggle@series{Xlineflag}[appref,SEref]
\newhookcommand@series{Xtwolines}[appref,SEref]
@@ -12578,7 +12604,15 @@
\newhookcommand@series@reload{notefontsizeX}{familiar}
\newhookcommand@series{afternoteX}
\newhookcommand@series{parafootsepX}
- \newhookcommand@series@reload{hsizeX}{familiar}%
+ \newhookcommand@series@reload{widthX}{familiar}%
+ \ifundef{\hsizeX}%
+ {%
+ \newcommandx{\hsizeX}[2][1,usedefault]{%
+ \led@warning@hsizeX@deprecated%
+ \widthX[#1]{#2}%
+ }%
+ }%
+ {}%
\fi
% \end{macrocode}
% \subsubsection{Options for endnotes}
@@ -13077,7 +13111,9 @@
\ifXnote@%
\protected@write\@auxout{}%
{\string\l@dmake@labelsR\space\thepage|\l@dparsedstartline|\l@dparsedstartsub|\the\c@pstartR|{#1}}%
- \ifdef{\hypertarget}{\Hy@raisedlink{\hypertarget{#1}{}}}{}%
+ \ifdef{\hypertarget}%
+ {\Hy@raisedlink{\hypertarget{#1}{}}}%
+ {}%
\else%
\write\linenum@outR{\string\@lab}%
\ifx\labelref@listR\empty%
@@ -13095,13 +13131,17 @@
% \begin{macrocode}
\protected@write\@auxout{}%
{\string\l@dmake@labelsR\space\thepage|\label@refs|\the\c@pstartR|{#1}}%
- \ifdef{\hypertarget}{\Hy@raisedlink{\hypertarget{#1}{}}}{}%
+ \ifdef{\hypertarget}%
+ {\Hy@raisedlink{\hypertarget{#1}{}}}%
+ {}%
\fi%
}{%
\ifXnote@%
\protected@write\@auxout{}%
{\string\l@dmake@labels\space\thepage|\l@dparsedstartline|\l@dparsedstartsub|\the\c@pstart|{#1}}%
- \ifdef{\hypertarget}{\Hy@raisedlink{\hypertarget{#1}{}}}{}%
+ \ifdef{\hypertarget}%
+ {\Hy@raisedlink{\hypertarget{#1}{}}}%
+ {}%
\else%
\write\linenum@out{\string\@lab}%
\ifx\labelref@list\empty%
@@ -13114,7 +13154,9 @@
\fi%
\protected@write\@auxout{}%
{\string\l@dmake@labels\space\thepage|\label@refs|\the\c@pstart|{#1}}%
- \ifdef{\hypertarget}{\Hy@raisedlink{\hypertarget{#1}{}}}{}%
+ \ifdef{\hypertarget}%
+ {\Hy@raisedlink{\hypertarget{#1}{}}}%
+ {}%
\fi%
}%
\@esphack}%
@@ -13243,13 +13285,17 @@
\ifledRcol%
\protected@write\@auxout{}%
{\string\l@dmake@labelsR\space\l@dparsedstartpage|\l@dparsedstartline|\l@dparsedstartsub|\the\c@pstartR|{#1:start}}%
- \ifdef{\hypertarget}{\Hy@raisedlink{\hypertarget{#1:start}{}}}{}%
+ \ifdef{\hypertarget}%
+ {\Hy@raisedlink{\hypertarget{#1:start}{}}}%
+ {}%
\protected@write\@auxout{}%
{\string\l@dmake@labelsR\space\l@dparsedendpage|\l@dparsedendline|\l@dparsedendsub|\the\c@pstartR|{#1:end}}%
\else%
\protected@write\@auxout{}%
{\string\l@dmake@labels\space\l@dparsedstartpage|\l@dparsedstartline|\l@dparsedstartsub|\the\c@pstart|{#1:start}}%
- \ifdef{\hypertarget}{\Hy@raisedlink{\hypertarget{#1:start}{}}}{}%
+ \ifdef{\hypertarget}%
+ {\Hy@raisedlink{\hypertarget{#1:start}{}}}%
+ {}%
\protected@write\@auxout{}%
{\string\l@dmake@labels\space\l@dparsedendpage|\l@dparsedendline|\l@dparsedendsub|\the\c@pstart|{#1:end}}%
\fi%
@@ -17353,9 +17399,42 @@
}
% \end{macrocode}
% \end{macro}
+% \section{Tools for \package{hyperref} package}
+% \begin{macro}{\Hy@raisedlink@left}
+% The \package{hyperref} package provides a \cs{Hy@raisedlink} command, to be used to add an anchor to the top of a line and not to the bottom of it.\footnote{\url{http://tex.stackexchange.com/a/17138/7712}.}
+%
+% However, this command disrupts the line breaking mechanism when it is called before any word.
+% This is why \macpackage defines \cs{Hy@raisedlink@left} that is called to the left of words, at the beginning of \cs{edtext} or inside the \cs{edlabel} commands.\footnote{The code is inspired by an answer given by @unbonpetit.
+% Thanks to him.
+% \url{http://texnique.fr:80/osqa/questions/781/hyraisedlink-perturbe-la-maniere-dont-se-fait-la-coupure-de-ligne/801}.}
+%
+% \begin{macrocode}
+\def\Hy@raisedlink@left#1{%
+ \ifvmode
+ #1%
+ \else
+ \Hy@SaveSpaceFactor
+ \llap{\smash{%
+ \begingroup
+ \let\HyperRaiseLinkLength\@tempdima
+ \setlength\HyperRaiseLinkLength\HyperRaiseLinkDefault
+ \HyperRaiseLinkHook
+ \expandafter\endgroup
+ \expandafter\raise\the\HyperRaiseLinkLength\hbox{%
+ \Hy@RestoreSpaceFactor
+ #1%
+ \Hy@SaveSpaceFactor
+ }%
+ }}%
+ \Hy@RestoreSpaceFactor
+ \penalty\@M\hskip\z@
+ \fi
+}
+% \end{macrocode}
+% \end{macro}
% \section{Compatibility with \eledmac}
%
-% Here, we define some command for the \verb+eledmac-compat+ option.
+% Here, we define some commands for the \verb+eledmac-compat+ option.
%
% \begin{macrocode}
\ifeledmaccompat@%
@@ -17446,7 +17525,7 @@
% \appendix
% \let\oldthesection\thesection
% \renewcommand{\thesection}{Appendix \oldthesection}
-% \section{Some things to do when changing version}
+% \section{Things to do when changing versions}
% \input{doc-include/migrate-mac.dtx}
% \clearpage
% \bibliographystyle{alpha}
diff --git a/Master/texmf-dist/source/latex/reledmac/reledpar.dtx b/Master/texmf-dist/source/latex/reledmac/reledpar.dtx
index bc7f8600f27..90e4a7c8b85 100644
--- a/Master/texmf-dist/source/latex/reledmac/reledpar.dtx
+++ b/Master/texmf-dist/source/latex/reledmac/reledpar.dtx
@@ -263,8 +263,8 @@
% \changes{v2.6.0}{2015/11/13}{Fix bug with right side title number when using title commands before \protect\env{pages} or \protect\env{columns} environments.}
% \changes{v2.6.1}{2015/11/20}{Fix bug, introduced in v2.6.0, with footnote numbering when using \protect\package{perpage} package.}
% \changes{v2.6.2}{2015/11/29}{Fix (again) bugs with footnote numbering in parallel typesetting while using \protect\env{ledgroup} environments (bug added in v2.6.0).}
-%
-% \changes{v2.6.2}{2015/11/29}{Fix bug (added in v2.6.0) with footnote numbering in parallel typesetting while using \protect\package{polyglossia} with specific number formatting (like Greek).}
+% \changes{v2.6.2}{2015/11/29}{Fix bug (added in v2.6.0) with footnote numbering in parallel typesetting while using \protect\package{polyglossia} with specific numbering systems (like Greek).}
+% \changes{v2.6.3}{2015/12/13}{Fix spurious dot when using \protect\cs{linenummargin} in right side (introduced in v2.5.0).}
% ^^A PW added following as the definitions are at some unknown elsewhere
%
% \newcommand{\egstart}{%
@@ -1157,7 +1157,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{reledpar}[2015/11/29 v2.6.2 reledmac extension for parallel texts]%
+\ProvidesPackage{reledpar}[2015/12/13 v2.6.3 reledmac extension for parallel texts]%
% \end{macrocode}
% \subsection{Package's requirement}
@@ -1413,7 +1413,7 @@
\newcommand{\led@warn@setting@in@rightside}[1]{%
\reledpar@warning{You use #1 inside rightside environment.\MessageBreak%
Such behavior is deprecated.\MessageBreak%
- Use instead #1R or #1* in your preamble}.%
+ Use instead #1R or #1* in your preamble.}%
}
% \end{macrocode}
% \end{macro}