latex update

This commit is contained in:
wangjinlei
2026-01-27 09:23:18 +08:00
parent f26f51ea37
commit 5dedee7988
2 changed files with 2 additions and 2 deletions

View File

@@ -3651,7 +3651,7 @@ class Production extends Base
// 方法1: 使用pdflatex命令推荐
// $command = "{$sLatexDir}pdflatex -include-directory=" . dirname($texFilePath) .
// " -output-directory=" . $pdfDir . " " . escapeshellarg($texFilePath);
$command = "lualatex -output-directory=" . $pdfDir . " " . escapeshellarg($texFilePath);
$command = "pdflatex -output-directory=" . $pdfDir . " " . escapeshellarg($texFilePath);
$output = [];
$returnVar = 0;