Skip to content

Commit

Permalink
Merge branch 'issue204' into 1.12.6-1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maieul committed Aug 30, 2014
2 parents 731914f + 73ec57f commit 3eeb9d2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions eledpar.dtx
Expand Up @@ -4434,6 +4434,7 @@
%
% \begin{macro}{\Pages}
% \changes{v1.12.0}{2014/07/28}{Modify \cs{Pages} to enable to add section's title.}
% \changes{v1.8.3}{2014/08/31}{Debug blank pages when using optional argument in the last \cs{pend}.}
% The \cs{Pages} command results in the previous Left and
% Right texts being typeset on matching facing pages. There should
% be equal numbers of chunks in the left and right texts.
Expand Down Expand Up @@ -4557,8 +4558,8 @@
% Perhaps we have to move to the next (left) box. Check if we have got all
% we can onto the page. If not, repeat for the next line.
% \begin{macrocode}
\get@nextboxL
\checkpageL
\checkpageL%
\get@nextboxL%
\checkverseL
\checkpbL
\repeat
Expand Down Expand Up @@ -4603,8 +4604,8 @@
\parledgroup@correction@notespacing{R}
\hb@xt@ \hsize{\ledstrutR\unhbox\l@drightbox}%
\fi
\get@nextboxR
\checkpageR
\checkpageR%
\get@nextboxR%
\checkverseR
\checkpbR
\repeat
Expand Down Expand Up @@ -5040,6 +5041,7 @@
% Add the content of the optional argument of the last \cs{pend}.
% \begin{macrocode}
\l@dpagefulltrue
\l@dsamepagefalse%
\csuse{after@pendL@\the\l@dpscL}%
\global\csundef{after@pendL@\the\l@dpscL}%
% \end{macrocode}
Expand Down Expand Up @@ -5084,9 +5086,10 @@
\parledgroup@notes@endR
\parledgroup@correction@notespacing@final{R}
\else
\l@dpagefulltrue%
\l@dsamepagefalse%
\csuse{after@pendR@\the\l@dpscR}%
\global\csundef{after@pendR@\the\l@dpscR}%
\l@dpagefulltrue
\fi
\fi
\fi}
Expand Down

0 comments on commit 3eeb9d2

Please sign in to comment.