From 055e097a2561f69cedefc898e2eb7b2fc30e5ba1 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Tue, 10 May 2022 11:37:39 +0200 Subject: [PATCH 1/1] Amend a7c58e2f: Do not output hyperref option unicode with recent hyperref versions --- development/batchtests/beamer_test.tex.orig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/batchtests/beamer_test.tex.orig b/development/batchtests/beamer_test.tex.orig index c68031d3c4..ee846cc34a 100644 --- a/development/batchtests/beamer_test.tex.orig +++ b/development/batchtests/beamer_test.tex.orig @@ -12,10 +12,10 @@ \usepackage{url} \ifx\hypersetup\undefined \AtBeginDocument{% - \hypersetup{unicode=true} + \hypersetup{} } \else - \hypersetup{unicode=true} + \hypersetup{} \fi \makeatletter -- 2.39.2