mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
f5306b7054
commit
03f0392849
@ -30,7 +30,7 @@ if (defined($useNonTexFonts) && defined($outputFormat)) {
|
|||||||
if ($useNonTexFonts) {
|
if ($useNonTexFonts) {
|
||||||
if ($outputFormat eq "default") {
|
if ($outputFormat eq "default") {
|
||||||
if ($language eq "japanese") {
|
if ($language eq "japanese") {
|
||||||
$outputFormat = "pdf3";
|
$outputFormat = "pdf4";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$outputFormat = "pdf5";
|
$outputFormat = "pdf5";
|
||||||
|
Loading…
Reference in New Issue
Block a user