latex update

This commit is contained in:
wangjinlei
2026-02-26 16:24:43 +08:00
parent e4d1a1f055
commit 2fe6984f59

View File

@@ -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";