diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-24 22:54:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-24 22:54:37 +0000 |
commit | 01ce171ea65540f0bb89b3cfb83ea45dd7d1235a (patch) | |
tree | cdc736435f2179972b4ebc234f4c562cc652ea2d /Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty | |
parent | ef1c4700cc5221b54ed47f9db8fc87201ba87d4e (diff) |
lwarp (24feb19)
git-svn-id: svn://tug.org/texlive/trunk@50118 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 0e07bb2eec9..d71c661c49a 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty @@ -146,10 +146,10 @@ } \NewDocumentCommand{\autoref}{s m}{% -\IfBooleanTF{#1}{\ref{#2}}{\cref{#2}}% + \IfBooleanTF{#1}{\ref{#2}}{\cref{#2}}% } \NewDocumentCommand{\autopageref}{s m}{% -\IfBooleanTF{#1}{\cpageref{#2}}{\cref{#2}}% + \IfBooleanTF{#1}{\cpageref{#2}}{\cref{#2}}% } \newcommand{\pdfstringdef}[2]{} |