diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-14 22:35:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-14 22:35:23 +0000 |
commit | b23c4beb8524e95bcf6c111696cc20f4080530ef (patch) | |
tree | aaa46470e7e06a5621b4c60542b755c5777ff567 /Master/texmf-dist/source/latex/reledmac/reledpar.dtx | |
parent | 6f7aba4754b869114613ae13851112752e5d514b (diff) |
reledmac (14nov16)
git-svn-id: svn://tug.org/texlive/trunk@42509 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/reledmac/reledpar.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/reledmac/reledpar.dtx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/reledmac/reledpar.dtx b/Master/texmf-dist/source/latex/reledmac/reledpar.dtx index 3e9b274b4fa..bf7b1e101d9 100644 --- a/Master/texmf-dist/source/latex/reledmac/reledpar.dtx +++ b/Master/texmf-dist/source/latex/reledmac/reledpar.dtx @@ -289,6 +289,7 @@ % \changes{v2.14.1}{2016/10/16}{Fix bug when using \protect\cs{markboth} on \protect\cs{doinsidelineLhook} and \protect\cs{doinsidelineRhook}.} % \changes{v2.14.2}{2016/10/31}{Fix spurious space with \protect\cs{edtextlater}.} % \changes{v2.14.3}{2016/11/04}{Fix bug in \protect\cs{edtextnow}.} +% \changes{v2.14.4}{2016/11/14}{Take account of \protect\cs{linenumberstyle} when using \protect\cs{edlineref}.} % ^^A PW added following as the definitions are at some unknown elsewhere % % \newcommand{\egstart}{% @@ -1084,8 +1085,8 @@ % To use \env{astanza}, simply replace \cs{stanza} by \cs{begin}\arg{astanza} and % add \cs{end}\arg{astanza} after the ending \expandafter\cs\expandafter{\&}. % -% The difference between \env{astanza} and \cs{stanza} is, that the letter syncs -% verse by verse, while the enviornment syncs stanza by stanza. +% The difference between \env{astanza} and \cs{stanza} is, that the latter syncs +% verse by verse, while the environment syncs stanza by stanza. % % If you get an error message along the lines of `Missing number, % treated as zero \protect\cs{sza@0@}' it is because you have forgotten to use @@ -1233,7 +1234,7 @@ % \begin{macrocode} %<*code> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{reledpar}[2016/11/04 v2.14.3 reledmac extension for parallel texts]% +\ProvidesPackage{reledpar}[2016/11/14 v2.14.4 reledmac extension for parallel texts]% % \end{macrocode} % \subsection{Package's requirement} @@ -4675,6 +4676,8 @@ \led@warn@DuplicateLabel{\csuse{XR@prefix}#5}% \fi \expandafter\gdef\csname the@label\csuse{XR@prefix}#5\endcsname{#1|#2|#3|#4|\@Rlineflag}% + \global\providetoggle{label@#5@ledRcol}%False is the default value of this toggle, which tell us if a label is linked to a right or a left side + \global\toggletrue{label@#5@ledRcol}% \ignorespaces} \AtBeginDocument{% \def\l@dmake@labelsR#1|#2|#3|#4|#5{}% |