diff options
author | Karl Berry <karl@freefriends.org> | 2019-04-03 21:41:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-04-03 21:41:18 +0000 |
commit | 16435c3cdf744599d773364fe4472a12b53a9e44 (patch) | |
tree | 5b062d6b9878173d3aa64234ee3ef5465b5f89ea /Master/texmf-dist/tex | |
parent | 564965c30f19449df2886af5ae3498b89db454ce (diff) |
reledmac (3apr19)
git-svn-id: svn://tug.org/texlive/trunk@50740 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/reledmac/reledmac.sty | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/reledmac/reledmac.sty b/Master/texmf-dist/tex/latex/reledmac/reledmac.sty index 4aa20e12ee1..e4500f4c4b8 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}[2019/03/03 v2.31.1 typesetting critical editions]% +\ProvidesPackage{reledmac}[2019/04/03 v2.31.2 typesetting critical editions]% \RequirePackage{xkeyval} \newif\ifparledgroup \newif\ifsameparallelpagenumber% @@ -3632,7 +3632,7 @@ \iftoggle{Xnoidenticallinenumannotation@\@currentseries}{% \ifx\annot@start\annot@end% \let\@annot@end@print\relax% - \ifx\linenumrep\@gobble%Dont print the dash if we don't print the line number + \ifx\linenumrep\@gobble%Don't print the dash if we're not printing the line number \l@d@dashfalse% \fi% \fi% @@ -3924,7 +3924,8 @@ \notbool{parapparatus@}{\newcommand*}{\newcommand}{\normalvfootnoteX}[2]{% \beforeinsertion@X{#1}% \insert\@nameuse{footins#1}\bgroup - \reset@font% + \fontseries{\seriesdefault}% + \fontshape{\shapedefault}% \hsize=\expandafter\dimexpr\csuse{widthX@#1}\relax% \noindent\csuse{bhooknoteX@#1}% \csuse{notefontsizeX@#1}% @@ -4921,7 +4922,7 @@ \iftoggle{Xendnoidenticallinenumannotation@\@currentseries}{% \ifx\annot@start\annot@end% \let\@annot@end@print\relax% - \ifx\linenumrep\@gobble%Dont print the dash if we don't print the line number + \ifx\linenumrep\@gobble%Don't print the dash if we're not printing the line number \l@d@dashfalse% \fi% \fi% |