diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-08 22:20:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-08 22:20:28 +0000 |
commit | 2cf705b464bf17366d3da797f80f41965c54f85b (patch) | |
tree | 9d4f56a46278a034327c49920fcdc47327cd1f7e /Master/texmf-dist/source/latex/eledmac | |
parent | 899a187137d3a2c1cb8ac3767937bb01415483db (diff) |
eledmac (8apr14)
git-svn-id: svn://tug.org/texlive/trunk@33410 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/eledmac')
-rw-r--r-- | Master/texmf-dist/source/latex/eledmac/eledmac.dtx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx index dfcc62e5b73..be10e16c5b9 100644 --- a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx +++ b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx @@ -183,6 +183,7 @@ % \changes{v1.10.0}{2014/02/27}{Add \cs{pstartref} and \cs{xpstartref} to refer to a pstart number (extension of \cs{edlabel}).} % \changes{v1.10.1}{2014/02/28}{Compatibility with \textsf{cleveref}.} % \changes{v1.10.2}{2014/03/17}{Compatibility of stanza with v1.8a of babel-greek.} +% \changes{v1.10.3}{2014/04/07}{Debug of cross-referencing.} % \hyphenation{man-u-script man-u-scripts} % % \newcommand{\Lpack}[1]{\textsf{#1}} @@ -2772,7 +2773,7 @@ % \begin{macrocode} %<*code> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{eledmac}[2014/03/17 v1.10.2 LaTeX port of EDMAC] +\ProvidesPackage{eledmac}[2014/04/07 v1.10.3 LaTeX port of EDMAC] % \end{macrocode} % % Generally, these are the modifications to the original. @@ -10112,13 +10113,13 @@ % \cs{l@dgetref@num}.) % \begin{macrocode} \newcommand*{\l@dlabel@parse}{} -\def\l@dlabel@parse#1|#2|#3|#4{% - \ifcase #4\relax +\def\l@dlabel@parse#1|#2|#3|#4|#5{% + \ifcase #5% \or #1% \or #2% \or #3% + \or #4% \fi} - % \end{macrocode} % \end{macro} % |