summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/reledmac/reledpar.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/reledmac/reledpar.dtx')
-rw-r--r--Master/texmf-dist/source/latex/reledmac/reledpar.dtx19
1 files changed, 2 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/reledmac/reledpar.dtx b/Master/texmf-dist/source/latex/reledmac/reledpar.dtx
index 1ce4e2075fe..d556831e0c5 100644
--- a/Master/texmf-dist/source/latex/reledmac/reledpar.dtx
+++ b/Master/texmf-dist/source/latex/reledmac/reledpar.dtx
@@ -279,6 +279,7 @@
% \changes{v2.12.0}{2016/07/01}{Fix bug with \protect\cs{lineationR}.}
% \changes{v2.12.0}{2016/07/01}{Fix bug with \protect\cs{AtBeginPairs}.}
% \changes{v2.13.0}{2016/07/22}{Compatibility with the new features of \protect\macpackage 2.15.0}
+% \changes{v2.13.1}{2016/09/26}{Simplification of the code concerning sectioning command}
% ^^A PW added following as the definitions are at some unknown elsewhere
%
% \newcommand{\egstart}{%
@@ -1198,7 +1199,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{reledpar}[2016/07/22 v2.13.0 reledmac extension for parallel texts]%
+\ProvidesPackage{reledpar}[2016/09/26 v2.13.1 reledmac extension for parallel texts]%
% \end{macrocode}
% \subsection{Package's requirement}
@@ -3198,12 +3199,6 @@
\renewcommand{\thepstartR}{{\bfseries\@arabic\c@pstartR}. }
\newcommandx*{\pstartL}[1][1]{%
- \if@nobreak%
- \let\@oldnobreak\@nobreaktrue%
- \else%
- \let\@oldnobreak\@nobreakfalse%
- \fi%
- \@nobreaktrue%
\ifluatex%
\xdef\l@luatextextdir@L{\the\textdir}%
\xdef\l@luatexpardir@L{\the\pardir}%
@@ -3276,12 +3271,6 @@
%
% \begin{macrocode}
\newcommandx*{\pstartR}[1][1]{%
- \if@nobreak%
- \let\@oldnobreak\@nobreaktrue%
- \else%
- \let\@oldnobreak\@nobreakfalse%
- \fi%
- \@nobreaktrue%
\ifluatex%
\xdef\l@luatextextdir@R{\the\textdir}%
\xdef\l@luatexpardir@R{\the\pardir}%
@@ -3358,7 +3347,6 @@
% \begin{macrocode}
\endgroup%
\ignorespaces%
- \@oldnobreak%
\dump@pstartL@pc%
\ifnumberpstart%
\addtocounter{pstartL}{1}%
@@ -3391,7 +3379,6 @@
\global\par@lineR=0%
\endgroup%
\ignorespaces%
- \@oldnobreak%
\dump@pstartR@pc%
\ifnumberpstart%
\addtocounter{pstartR}{1}%
@@ -3587,7 +3574,6 @@
\ifdefstring{\@eledsectnotoc}{L}{\ledsectnotoc}{}
\ifdefstring{\@eledsectmark}{L}{}{\ledsectnomark}
\numdef{\temp@}{\l@dpscL-1}%
- \xifinlist{\temp@}{\eled@sections@@}{\@nobreaktrue}{\@nobreakfalse}%
\@eled@sectioningtrue%
\bgroup%
\ifluatex%
@@ -3759,7 +3745,6 @@
\ifdefstring{\@eledsectnotoc}{R}{\ledsectnotoc}{}%
\ifdefstring{\@eledsectmark}{R}{}{\ledsectnomark}%
\numdef{\temp@}{\l@dpscR-1}%
- \xifinlist{\temp@}{\eled@sectionsR@@}{\@nobreaktrue}{\@nobreakfalse}%
\@eled@sectioningtrue%
\bgroup%
\ifluatex%