diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-02 22:41:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-02 22:41:52 +0000 |
commit | b65f0d960936e701af2377d60458f03cc11558c1 (patch) | |
tree | 39ad5d298954a705d0e8390d99b41bb8856c5211 /Master/texmf-dist/tex/latex/ledmac/ledpar.sty | |
parent | cef049e8672bfe38ebb3a818e7deb8cd7afae990 (diff) |
ledmac (31aug12)
git-svn-id: svn://tug.org/texlive/trunk@27572 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ledmac/ledpar.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ledmac/ledpar.sty | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/ledmac/ledpar.sty b/Master/texmf-dist/tex/latex/ledmac/ledpar.sty index ff1018f0e2d..7c388ec8882 100644 --- a/Master/texmf-dist/tex/latex/ledmac/ledpar.sty +++ b/Master/texmf-dist/tex/latex/ledmac/ledpar.sty @@ -6,9 +6,9 @@ %% %% ledpar.dtx (with options: `code') %% -%% Author: Author: Peter Wilson Maïeul Rouquette maieul at maieul dot net (Herries Press) herries dot press at earthlink dot net +%% Author: Author: Peter Wilson ; Herries Press herries dot press at earthlink dot net ; Maïeul Rouquette maieul at maieul dot net %% Copyright 2004, 2005 Peter R. Wilson -%% +%% 2011- Maïeul Rouquette %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either %% version 1.3 of this license or (at your option) any @@ -18,13 +18,13 @@ %% and version 1.3 or later is part of all distributions of %% LaTeX version 2003/06/01 or later. %% -%% This work has the LPPL maintenance status "unmaintained". +%% This work has the LPPL maintenance status "maintained". %% %% This work consists of the files listed in the README file. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{ledpar}[2012/08/03 v0.12 ledmac extension for parallel texts] +\ProvidesPackage{ledpar}[2012/08/30 v0.13 ledmac extension for parallel texts] \newif\ifshiftedverses \shiftedversesfalse @@ -567,9 +567,11 @@ \fi} \providecommand*{\@pend}[1]{} \renewcommand*{\@pend}[1]{% + \ifbypstart@\global\line@num=0\fi% \xright@appenditem{#1}\to\linesinpar@listL} \providecommand*{\@pendR}[1]{} \renewcommand*{\@pendR}[1]{% + \ifbypstart@R\global\line@numR=0\fi \xright@appenditem{#1}\to\linesinpar@listR} \providecommand*{\@lopL}[1]{} @@ -2121,7 +2123,7 @@ \ifbypstart@ \ifnum\value{pstartL}<\value{pstartLold} \else - \setline{0} + \global\line@num=0 \fi \fi \addtocounter{pstartL}{1} @@ -2149,7 +2151,7 @@ \ifbypstart@R \ifnum\value{pstartR}<\value{pstartRold} \else - \write\linenum@outR{\string\@set[0]} + \global\line@numR=0 \fi \fi \addtocounter{pstartR}{1} |