latex update
This commit is contained in:
@@ -3636,9 +3636,10 @@ class Production extends Base
|
||||
mkdir($pdfDir, 0755, true);
|
||||
}
|
||||
|
||||
// 方法1: 使用pdflatex命令(推荐)
|
||||
$command = "pdflatex -include-directory=" . dirname($texFilePath) .
|
||||
" -output-directory=" . $pdfDir . " " . escapeshellarg($texFilePath);
|
||||
// 方法1: 使用pdflatex命令(推荐)lualatex -output-directory=/path/to/output /path/to/input.tex
|
||||
// $command = "pdflatex -include-directory=" . dirname($texFilePath) .
|
||||
// " -output-directory=" . $pdfDir . " " . escapeshellarg($texFilePath);
|
||||
$command = "lualatex -output-directory=" . $pdfDir . " " . escapeshellarg($texFilePath);
|
||||
|
||||
$output = [];
|
||||
$returnVar = 0;
|
||||
|
||||
Reference in New Issue
Block a user