From: Kornel Benko Date: Thu, 26 Sep 2024 09:58:22 +0000 (+0200) Subject: Amend 3add2204: X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fe19855116eac791ca676729e5cebba41d8c7c50;p=lyx.git Amend 3add2204: Missed 1 default export case --- 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") {