commit fe19855116eac791ca676729e5cebba41d8c7c50 Author: Kornel Benko <kor...@lyx.org> Date: Thu Sep 26 11:58:22 2024 +0200
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") { -- lyx-cvs mailing list lyx-cvs@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-cvs