diff options
author | Karl Berry <karl@freefriends.org> | 2014-01-31 22:27:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-01-31 22:27:46 +0000 |
commit | 9e47118de1279ba0a04f879b2bf3f29f07bbe0fc (patch) | |
tree | e4ea63cddbf6e3d120e667f68574bbae0c0cb3fb /Master/texmf-dist | |
parent | 9202c6b515b0543a66b6d74a31631c6e1a3d63f2 (diff) |
eledmac (31jan14)
git-svn-id: svn://tug.org/texlive/trunk@32832 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/eledmac/eledmac.pdf | bin | 891728 -> 891779 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/eledmac/eledpar.pdf | bin | 494695 -> 494766 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/eledmac/eledmac.dtx | 17 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/eledmac/eledmac.sty | 6 |
4 files changed, 12 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/eledmac/eledmac.pdf b/Master/texmf-dist/doc/latex/eledmac/eledmac.pdf Binary files differindex de100d9a2b9..5a5e077c656 100644 --- a/Master/texmf-dist/doc/latex/eledmac/eledmac.pdf +++ b/Master/texmf-dist/doc/latex/eledmac/eledmac.pdf diff --git a/Master/texmf-dist/doc/latex/eledmac/eledpar.pdf b/Master/texmf-dist/doc/latex/eledmac/eledpar.pdf Binary files differindex ee5137aa9ac..c6a3b4be72f 100644 --- a/Master/texmf-dist/doc/latex/eledmac/eledpar.pdf +++ b/Master/texmf-dist/doc/latex/eledmac/eledpar.pdf diff --git a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx index 3ffe9d3d20d..ba7bcbd3234 100644 --- a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx +++ b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx @@ -178,6 +178,7 @@ % \changes{v1.4.8}{2013/07/02}{Corrects a bug with parallel texts introduced by 1.1.} % \changes{v1.6.1}{2013/10/27}{Corrects a false hanging verse when a verse is exactly the length of a line.} % \changes{v1.8.0}{2013/12/13}{Compatibility with parledgroup option of eledpar package.} +% \changes{v1.8.2}{2014/01/31}{Debug compatibility problem with hebrew option of babel package.} % \hyphenation{man-u-script man-u-scripts} % % \newcommand{\Lpack}[1]{\textsf{#1}} @@ -649,7 +650,7 @@ % \end{verbatim} % \egmid % {\parskip0pt \count255=0 -% \everypar={\advance \count255 by 1 \hbox to 1.5em{\the\count255\hfil}} +% \everypar{\advance \count255 by 1 \hbox to 1.5em{\the\count255\hfil}} % This is a sample paragraph\par % with lines numbered\par % automatically.\smallskip @@ -658,11 +659,11 @@ % has its lines automatically\par % numbered.\smallskip % -% \everypar={\hbox to 1.5em{\hfil}} +% \everypar{\hbox to 1.5em{\hfil}} % The lines of this paragraph\par % are not numbered.\smallskip % -% \everypar={\advance \count255 by 1 \hbox to 1.5em{\the\count255\hfil}} +% \everypar{\advance \count255 by 1 \hbox to 1.5em{\the\count255\hfil}} % And here the numbering\par % begins again.\par} % \egend @@ -688,7 +689,7 @@ % \end{verbatim} % \egmid % {\parskip0pt \count255=0 -% \everypar={\advance \count255 by 1 \hbox to 1.5em{\the\count255\hfil}} +% \everypar{\advance \count255 by 1 \hbox to 1.5em{\the\count255\hfil}} % A paragraph of numbered\par % text.\smallskip % @@ -758,7 +759,7 @@ % \end{verbatim} % \egmid % {\parskip0pt \count255=0 -% \everypar={\advance \count255 by 1 \hbox to 1.5em{\the\count255\hfil}} +% \everypar{\advance \count255 by 1 \hbox to 1.5em{\the\count255\hfil}} % Paragraph of\par % text.\medskip % @@ -2752,7 +2753,7 @@ % \begin{macrocode} %<*code> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{eledmac}[2013/12/15 v1.8.1 LaTeX port of EDMAC] +\ProvidesPackage{eledmac}[2014/01/31 v1.8.2 LaTeX port of EDMAC] % \end{macrocode} % % Generally, these are the modifications to the original. @@ -5769,7 +5770,7 @@ \fi \fi \autopartrue - \everypar={\setbox0=\lastbox + \everypar{\setbox0=\lastbox \endgraf \vskip-\parskip \pstart \noindent \kern\wd0 \ifnumberpstart\ifinstanza\else\thepstart\fi\fi \let\par=\pend}% @@ -5783,7 +5784,7 @@ % are in force. We'll want to do this within a footnotes, for % example. % \begin{macrocode} -\newcommand*{\normal@pars}{\everypar={}\let\par\endgraf} +\newcommand*{\normal@pars}{\everypar{}\let\par\endgraf} % \end{macrocode} % \end{macro} diff --git a/Master/texmf-dist/tex/latex/eledmac/eledmac.sty b/Master/texmf-dist/tex/latex/eledmac/eledmac.sty index 275bad0fc5e..d3ed9f4c98f 100644 --- a/Master/texmf-dist/tex/latex/eledmac/eledmac.sty +++ b/Master/texmf-dist/tex/latex/eledmac/eledmac.sty @@ -24,7 +24,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{eledmac}[2013/12/15 v1.8.1 LaTeX port of EDMAC] +\ProvidesPackage{eledmac}[2014/01/31 v1.8.2 LaTeX port of EDMAC] \newif\ifledfinal \newif\ifparapparatus@ \newif\ifnoquotation@ @@ -1020,12 +1020,12 @@ \fi \fi \autopartrue - \everypar={\setbox0=\lastbox + \everypar{\setbox0=\lastbox \endgraf \vskip-\parskip \pstart \noindent \kern\wd0 \ifnumberpstart\ifinstanza\else\thepstart\fi\fi \let\par=\pend}% \ignorespaces} -\newcommand*{\normal@pars}{\everypar={}\let\par\endgraf} +\newcommand*{\normal@pars}{\everypar{}\let\par\endgraf} \newcommand*{\l@dunhbox@line}[1]{\unhbox #1} \newcommand*{\do@line}{% |