mirror of
https://github.com/James-Yu/LaTeX-Workshop.git
synced 2025-01-08 10:17:59 +03:00
93 lines
1.4 KiB
JSON
93 lines
1.4 KiB
JSON
{
|
|
"article": [
|
|
"author",
|
|
"journal",
|
|
"number",
|
|
"title",
|
|
"volume",
|
|
"year"
|
|
],
|
|
"book": [
|
|
"author",
|
|
"editor",
|
|
"publisher",
|
|
"title",
|
|
"year"
|
|
],
|
|
"booklet": [
|
|
"author",
|
|
"title"
|
|
],
|
|
"conference": [
|
|
"author",
|
|
"booktitle",
|
|
"editor",
|
|
"title",
|
|
"year"
|
|
],
|
|
"inbook": [
|
|
"author",
|
|
"chapter",
|
|
"editor",
|
|
"pages",
|
|
"publisher",
|
|
"title",
|
|
"year"
|
|
],
|
|
"incollection": [
|
|
"author",
|
|
"booktitle",
|
|
"publisher",
|
|
"title",
|
|
"year"
|
|
],
|
|
"inproceedings": [
|
|
"author",
|
|
"booktitle",
|
|
"editor",
|
|
"title",
|
|
"year"
|
|
],
|
|
"manual": [
|
|
"author",
|
|
"title"
|
|
],
|
|
"mastersthesis": [
|
|
"author",
|
|
"school",
|
|
"title",
|
|
"year"
|
|
],
|
|
"misc": [
|
|
"author",
|
|
"howpublished",
|
|
"title",
|
|
"year"
|
|
],
|
|
"phdthesis": [
|
|
"author",
|
|
"school",
|
|
"title",
|
|
"year"
|
|
],
|
|
"proceedings": [
|
|
"editor",
|
|
"published",
|
|
"series",
|
|
"title",
|
|
"volume",
|
|
"year"
|
|
],
|
|
"techreport": [
|
|
"author",
|
|
"institution",
|
|
"title",
|
|
"year"
|
|
],
|
|
"unpublished": [
|
|
"author",
|
|
"note",
|
|
"title",
|
|
"year"
|
|
]
|
|
} |