commit 03f03928490943f4e654caeca699e4cc913fadbb
Author: Scott Kostyshak <skost...@lyx.org>
Date:   Thu Sep 19 22:00:23 2024 +0200

    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";
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to