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";