Missed 1 default export case
This commit is contained in:
Kornel Benko 2024-09-26 11:58:22 +02:00
parent 9fbac63a31
commit fe19855116

View File

@ -65,6 +65,7 @@ if ($language eq "japanese") {
else { # not a japanese language
if ($useNonTexFonts) {
if ($outputFormat =~ /^(default|pdf4)$/) {
$outputFormat = "pdf4";
$texFormat = "xetex";
}
elsif ($outputFormat eq "pdf5") {