mirror of
https://github.com/wassname/template.git
synced 2026-08-17 11:28:02 +08:00
fix bibtex field case issue
This commit is contained in:
@@ -17,7 +17,7 @@ export default function(dom, data) {
|
||||
(full, x, char) => char);
|
||||
val = val.replace(/{\\([a-zA-Z])}/g,
|
||||
(full, char) => char);
|
||||
e.entryTags[k] = val;
|
||||
e.entryTags[k.toLowerCase()] = val;
|
||||
}
|
||||
bibliography[e.citationKey] = e.entryTags;
|
||||
bibliography[e.citationKey].type = e.entryType;
|
||||
|
||||
Reference in New Issue
Block a user