latex update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user