From: Scott Kostyshak Date: Thu, 19 Sep 2024 20:00:23 +0000 (+0200) Subject: ctests: default for Japanese + systemF is pdf4 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=03f03928490943f4e654caeca699e4cc913fadbb;p=lyx.git ctests: default for Japanese + systemF is pdf4 This fixes the following tests: export/examples/ja/Modules/Rnw_%28knitr%29_lyx22 export/examples/ja/Modules/Rnw_%28knitr%29_lyx23 export/examples/ja/Modules/Sweave_lyx22 export/examples/ja/Modules/Sweave_lyx23 --- diff --git a/development/autotests/readDefaultOutputFormat.pl b/development/autotests/readDefaultOutputFormat.pl index b86e015c5e..496cfeeaa5 100644 --- a/development/autotests/readDefaultOutputFormat.pl +++ b/development/autotests/readDefaultOutputFormat.pl @@ -30,7 +30,7 @@ if (defined($useNonTexFonts) && defined($outputFormat)) { if ($useNonTexFonts) { if ($outputFormat eq "default") { if ($language eq "japanese") { - $outputFormat = "pdf3"; + $outputFormat = "pdf4"; } else { $outputFormat = "pdf5";