diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-24 20:44:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-24 20:44:44 +0000 |
commit | c0e73acce7eb5e03fceb4e011fa579a5706460c2 (patch) | |
tree | c56b2c2127d1c80c53f43f46d222beb0f97b394a /Master/texmf-dist/tex | |
parent | ebcbd05e23bcb74a94c0685591632ca8fb8b9887 (diff) |
reledmac (24sep20)
git-svn-id: svn://tug.org/texlive/trunk@56423 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/reledmac/reledmac.sty | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/reledmac/reledmac.sty b/Master/texmf-dist/tex/latex/reledmac/reledmac.sty index 7f57d55875e..f7dc429b7ad 100644 --- a/Master/texmf-dist/tex/latex/reledmac/reledmac.sty +++ b/Master/texmf-dist/tex/latex/reledmac/reledmac.sty @@ -35,7 +35,7 @@ %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{reledmac}[2020/09/16 v2.34.4 typesetting critical editions]% +\ProvidesPackage{reledmac}[2020/09/23 v2.34.5 typesetting critical editions]% \RequirePackage{xkeyval} \newif\ifparledgroup \newif\ifsameparallelpagenumber% @@ -6646,8 +6646,8 @@ \newtoggle{Xendlineflag@SErefwithpage} \toggletrue{Xendlineflag@SErefwithpage}%Here, exception -\newtoggle{Xendlinenumannotationonlyfirst@SEref}%Never changed, just for the test in \setprintendlines -\newtoggle{Xendlinenumannotationonlyfirst@appref}%Idem +\def\Xendlinenumannotationposition@apprefwithpage{after}% +\def\Xendlinenumannotationposition@SErefwithpage{after}% \def\Xendlinenumannotationposition@apprefwithpage{after}% \def\Xendlinenumannotationposition@apprefwithpage@SErefwithpage{after}% @@ -6658,6 +6658,11 @@ \newtoggle{Xendnoidenticallinenumannotation@apprefwithpage}% \newtoggle{Xendnoidenticallinenumannotation@SErefwithpage}% +\newtoggle{Xendlinenumannotationonlyfirst@SEref}%Never changed, just for the test in \setprintendlines +\newtoggle{Xendlinenumannotationonlyfirst@SErefwithpage}%Idem +\newtoggle{Xendlinenumannotationonlyfirst@appref}%Idem +\newtoggle{Xendlinenumannotationonlyfirst@apprefwithpage}%Idem + \gdef\Xboxstartlinenum@appref{0pt} \gdef\Xboxstartlinenum@SEref{0pt} @@ -6770,6 +6775,8 @@ {% \def\@this@crossref@start{#2:start}% \def\@this@crossref@end{#2:end}% + \xdef\annot@start{\xannotationref{#2:start}}% + \xdef\annot@end{\xannotationref{#2:end}}% \printendlines\xpageref{#2:start}|\xlineref{#2:start}|\xsublineref{#2:start}|\xpageref{#2:end}|\xlineref{#2:end}|\xsublineref{#2:end}|\relax|\xflagref{#2:start}|% }% \def\do##1{% |