latex update
This commit is contained in:
@@ -2718,12 +2718,15 @@ class Production extends Base
|
|||||||
if ($ref['refer_type'] == "journal") {
|
if ($ref['refer_type'] == "journal") {
|
||||||
return $this->generateFromParsedData($ref, $citationKey);
|
return $this->generateFromParsedData($ref, $citationKey);
|
||||||
} elseif ($ref['refer_type'] == "book"){
|
} elseif ($ref['refer_type'] == "book"){
|
||||||
|
return $this->generateOtherBook($ref, $citationKey);
|
||||||
} else {
|
} else {
|
||||||
return $this->generateOtherMsic($ref, $citationKey);
|
return $this->generateOtherMsic($ref, $citationKey);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
private function generateOtherBook($ref, $citationKey){
|
private function generateOtherBook($ref, $citationKey){
|
||||||
$entry = "@book{{$citationKey},\n";
|
$entry = "@book{{$citationKey},\n";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user