From fe19855116eac791ca676729e5cebba41d8c7c50 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Thu, 26 Sep 2024 11:58:22 +0200 Subject: [PATCH] Amend 3add2204: Missed 1 default export case --- development/autotests/readDefaultOutputFormat.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/development/autotests/readDefaultOutputFormat.pl b/development/autotests/readDefaultOutputFormat.pl index fbc06fc525..233ae31040 100644 --- a/development/autotests/readDefaultOutputFormat.pl +++ b/development/autotests/readDefaultOutputFormat.pl @@ -65,6 +65,7 @@ if ($language eq "japanese") { else { # not a japanese language if ($useNonTexFonts) { if ($outputFormat =~ /^(default|pdf4)$/) { + $outputFormat = "pdf4"; $texFormat = "xetex"; } elsif ($outputFormat eq "pdf5") { -- 2.39.5