Amend a7c58e2f: Do not output hyperref option unicode with recent hyperref versions

This commit is contained in:
Kornel Benko 2022-05-10 11:37:39 +02:00
parent 62ab563c25
commit 055e097a25

View File

@ -12,10 +12,10 @@
\usepackage{url} \usepackage{url}
\ifx\hypersetup\undefined \ifx\hypersetup\undefined
\AtBeginDocument{% \AtBeginDocument{%
\hypersetup{unicode=true} \hypersetup{}
} }
\else \else
\hypersetup{unicode=true} \hypersetup{}
\fi \fi
\makeatletter \makeatletter