diff options
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]{} |