latex update
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user