content转成latex update
This commit is contained in:
@@ -2039,13 +2039,13 @@ class Production extends Base
|
||||
mkdir($outputPath, 0755, true);
|
||||
}
|
||||
//生成tex文件
|
||||
//头部信息
|
||||
//处理头部信息
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//正文内容信息
|
||||
//处理正文内容信息
|
||||
$article_main_list = $this->article_main_obj->where("article_id",$data['article_id'])->where("state",0)->order("sort asc")->select();
|
||||
$fragContentList = [];
|
||||
|
||||
@@ -2062,7 +2062,7 @@ class Production extends Base
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//实际生成tex
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user