]> git.lyx.org Git - features.git/commitdiff
Amend a7c58e2f: Do not output hyperref option unicode with recent hyperref versions
authorKornel Benko <kornel@lyx.org>
Tue, 10 May 2022 09:37:39 +0000 (11:37 +0200)
committerKornel Benko <kornel@lyx.org>
Tue, 10 May 2022 09:37:39 +0000 (11:37 +0200)
development/batchtests/beamer_test.tex.orig

index c68031d3c44d1d3c44ab0d73e45219bce207c6b9..ee846cc34aba1409cd6c7f49db6f2afe6f1271f5 100644 (file)
 \usepackage{url}
 \ifx\hypersetup\undefined
   \AtBeginDocument{%
-    \hypersetup{unicode=true}
+    \hypersetup{}
   }
 \else
-  \hypersetup{unicode=true}
+  \hypersetup{}
 \fi
 
 \makeatletter