]> git.lyx.org Git - lyx.git/commitdiff
ctests: default for Japanese + systemF is pdf4
authorScott Kostyshak <skostysh@lyx.org>
Thu, 19 Sep 2024 20:00:23 +0000 (22:00 +0200)
committerScott Kostyshak <skostysh@lyx.org>
Thu, 19 Sep 2024 20:01:38 +0000 (22:01 +0200)
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

index b86e015c5e7581ac479edfa6c9a93f2cab60f7a8..496cfeeaa5dee089bae88bea70e6ddb5a1c49788 100644 (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";