From 03f03928490943f4e654caeca699e4cc913fadbb Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Thu, 19 Sep 2024 22:00:23 +0200 Subject: [PATCH] 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 --- development/autotests/readDefaultOutputFormat.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.5