[Solved] Bibtex export and curly brackets
Hi,
When I export my bibliography, "month" is exported without curly brackets.
@article{ex,
title = {ex},
volume = {00},
issn = {0000000},
doi = {00.0000/00000.00000},
language = {ex},
number = {11},
journal = {ex},
author = {ex},
month = nov,
year = {0000},
pages = {0000-0000}
}
Anyone had this issue before ?
Thank you
When I export my bibliography, "month" is exported without curly brackets.
@article{ex,
title = {ex},
volume = {00},
issn = {0000000},
doi = {00.0000/00000.00000},
language = {ex},
number = {11},
journal = {ex},
author = {ex},
month = nov,
year = {0000},
pages = {0000-0000}
}
Anyone had this issue before ?
Thank you
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
This is BibTeX, Version 0.99d (MiKTeX 2.9.6630 64-bit) The top-level auxiliary file: mainETS_francais.aux The style file: bibETS.bst Database file #1: biblio_fr.bib Warning--string name "oct" is undefined --line 5 of file biblio_fr.bib Warning--I didn't find a database entry for "NestleFrance" Warning--empty pages in sumitagar (There were 3 warnings)
Here is the message after a manual correction.
This is BibTeX, Version 0.99d (MiKTeX 2.9.6630 64-bit) The top-level auxiliary file: mainETS_francais.aux The style file: bibETS.bst Database file #1: biblio_fr.bib Warning--I didn't find a database entry for "NestleFrance" Warning--empty pages in sumitagar (There were 2 warnings)
(in this example i removed all other references - manually adding the brackets to the rest of my bibliography would be a cumbersome solution)
So I am having trouble with this format. is there a way to modify the way Zotero exports bibtex ?
Thank you
See https://tex.stackexchange.com/questions/70455/bibtex-month-format
for more.
(You can modify Zotero's bibtex output, though it involves coding. It'd defined in the BibTeX.js file in the translators directory in the Zotero data folder:
https://www.zotero.org/support/zotero_data
Thanks !