From 2fe6984f598c9a6b8ebd1a1a470eb02f4c5a992b Mon Sep 17 00:00:00 2001 From: wangjinlei <751475802@qq.com> Date: Thu, 26 Feb 2026 16:24:43 +0800 Subject: [PATCH] latex update --- application/api/controller/Production.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/application/api/controller/Production.php b/application/api/controller/Production.php index fe91f2b..82fdf4c 100644 --- a/application/api/controller/Production.php +++ b/application/api/controller/Production.php @@ -2718,12 +2718,15 @@ class Production extends Base if ($ref['refer_type'] == "journal") { return $this->generateFromParsedData($ref, $citationKey); } elseif ($ref['refer_type'] == "book"){ - + return $this->generateOtherBook($ref, $citationKey); } else { return $this->generateOtherMsic($ref, $citationKey); } } + + + private function generateOtherBook($ref, $citationKey){ $entry = "@book{{$citationKey},\n";