-
-
Notifications
You must be signed in to change notification settings - Fork 339
Closed
Labels
Description
- I have verified that I am on the latest release of BBT (https://github.com/retorquere/zotero-better-bibtex/releases/latest) and Zotero
- I am posting a single question, bug or feature request
- I have included a descriptive subject of the problem
- I am available for follow-up questions and testing
Exporting references
I noticed something strange when exporting the reference of a journal's double issue.
Here is two slightly different references:
- Bob Bob, « A Very Nice Title », Annual Review of Nothing 10, nᵒ 2 (1996)
- John John, « A Nice Title », Annual Review of Something 10, nᵒ 2‑3 (1996).
Here is what ZBB gives when exporting them in .bib file, using Better BibLaTeX format:
@article{Bob1996,
title = {A {{Very Nice Title}}},
volume = {10},
number = {2},
journaltitle = {Annual Review of Nothing},
date = {1996},
author = {Bob, Bob}
}
@article{John1996,
title = {A {{Nice Title}}},
volume = {10},
issue = {2-3},
journaltitle = {Annual Review of Something},
date = {1996},
author = {John, John}
}
Why does the field name 'number' turns into 'issue' when its content is not a specifically numerical value? Is it a bug or a feature ?
When you customize a biblatex style, dealing with that causes some headaches ! :-)
Report ID : 4DCD7RZU