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
This commit is contained in:
Scott Kostyshak 2024-09-19 22:00:23 +02:00
parent f5306b7054
commit 03f0392849

View File

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