diff options
author | Karl Berry <karl@freefriends.org> | 2020-07-19 21:27:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-07-19 21:27:08 +0000 |
commit | 9be6d4cf0be6243c0865902d6c3773cc71cd2e84 (patch) | |
tree | c58b1cebb63873431e2feb70ef1d29615c07e2c8 /Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty | |
parent | d1db3fa487f34051ad216f6261b36f0086a729f2 (diff) |
lwarp (19jul20)
git-svn-id: svn://tug.org/texlive/trunk@55880 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty index f27dbd173ed..a6db2a750bf 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty @@ -67,8 +67,8 @@ do not attempt to patch lwarp's version of `hyperref'.)\MessageBreak} \newcommand{\LWR@hyperreffinish}[1]{% \begingroup% - \RenewDocumentCommand{\ref}{}{\LWR@ref@ignorestar}% - #1% + \RenewDocumentCommand{\ref}{s m}{\LWR@print@ref{##2}}% + #1% \endgroup% \LWR@htmltag{/a}% } |