diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-01 21:34:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-01 21:34:52 +0000 |
commit | 682917ec16bf57e55520b48e211ada183761b87c (patch) | |
tree | dca22b3308469e38487fb5ef22d6df6d8370ab47 /Master/texmf-dist/source/latex/eledmac/eledpar.dtx | |
parent | 55531f5313424d6577d110034bd4743cafc045ff (diff) |
eledmac (1oct14)
git-svn-id: svn://tug.org/texlive/trunk@35294 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/eledmac/eledpar.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/eledmac/eledpar.dtx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/eledmac/eledpar.dtx b/Master/texmf-dist/source/latex/eledmac/eledpar.dtx index 59a3a2395d8..bee320a1c89 100644 --- a/Master/texmf-dist/source/latex/eledmac/eledpar.dtx +++ b/Master/texmf-dist/source/latex/eledmac/eledpar.dtx @@ -51,7 +51,7 @@ % % \fi % -% \CheckSum{4749} +% \CheckSum{4747} % % \makeatletter % \newcommand*{\DescribeIt}{\leavevmode\@bsphack\begingroup\MakePrivateLetters @@ -868,7 +868,7 @@ % \begin{macrocode} %<*code> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{eledpar}[2014/09/16 v1.9.0 eledmac extension for parallel texts]% +\ProvidesPackage{eledpar}[2014/09/30 v1.9.1 eledmac extension for parallel texts]% % \end{macrocode} % With the option `shiftedpstarts' a long pstart one the left side (or in the right side) don't make a blank on the corresponding pstart, but the blank is put on the bottom of the page. Consequently, the pstarts on the parallel pages are shifted, but the shifted stop at every end of pages. @@ -907,12 +907,12 @@ % \cs{ifl@dpairing} is set TRUE if we are processing parallel texts and % \cs{ifl@dpaging} is also set TRUE if we are doing parallel pages. % \cs{ifledRcol} is set TRUE if we are doing the right hand text. -% \cs{ifl@dpairing} is defined in \Lpack{eledmac}. +% They are defined in \Lpack{eledmac}. % \changes{v0.3}{2005/02/24}{Moved \cs{ifl@dpairing} to eledmac} % \changes{v0.9}{2005/10/01}{Moved \cs{iflledRcol} and \cs{ifnumberingR} to eledmac} +% \changes{v1.9.1}{2014/09/30}{Moved \cs{ifl@dpaging} to eledmac} % \begin{macrocode} \l@dpairingfalse -\newif\ifl@dpaging \l@dpagingfalse \ledRcolfalse % \end{macrocode} |