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

@@ -229,7 +229,7 @@ class Email extends Base
public function myPush(){ public function myPush(){
$journal_info = $this->journal_obj->where("journal_id",23)->find(); $journal_info = $this->journal_obj->where("journal_id",1)->find();
$edata['email'] = "751475802@qq.com"; $edata['email'] = "751475802@qq.com";
$edata['title'] = "Notice: Merger of Natural Therapy Advances and Food and Health into Integrative Medicine Discovery"; $edata['title'] = "Notice: Merger of Natural Therapy Advances and Food and Health into Integrative Medicine Discovery";
$edata['content'] = "test content"; $edata['content'] = "test content";

View File

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