Why Does the Field 'Extras' not get Exported For the Item 'Journal Article'
Hello everyone,
I am trying to add a 'Journal Article' item to my bibliography including information in the field 'extras'. For some reason information in this field does not get added to my bibliography. I am using Zotero 5.0.92-beta along with LaTeX and BibTex.
Thank you,
Timon
I am trying to add a 'Journal Article' item to my bibliography including information in the field 'extras'. For some reason information in this field does not get added to my bibliography. I am using Zotero 5.0.92-beta along with LaTeX and BibTex.
Thank you,
Timon
What exactly do you have in Extra? Zotero’s BibTeX translator will extract CSL variables and other identifiers from Extra, then map whatever is left to BibTeX ‘note’. BBT has some more elaborate extraction options, including allowing users to directly enter TeX variables.
I would just like to add regular text as for example 'test' (sometimes there is just extra info that I need to provide). This works perfectly fine if I choose the item type 'book'. With the item type 'journal article' it does not appear in my bibliography.
(If you don’t have a strong reason otherwise, I also suggest using BibLaTeX rather than BibTeX)
I'm almost done with my thesis. I fear that switching over to BibLaTeX would mess with a lot of things. Can you point me towards a good thread that would explain the upsides of BibLaTeX over BibTeX. I found some along the way, but never one that left me at the point where I said 'oh this is a reason worth the effort of a switch'.
Thank you.
```
@book{habenicht2009,
title = {Kleben: {{Grundlagen}}, {{Technologien}}, {{Anwendungen}}},
shorttitle = {Kleben},
author = {Habenicht, Gerd},
year = {2009},
edition = {6., aktualisierte Auflage},
publisher = {{Springer}},
address = {{Berlin}},
annotation = {S. 3 - 52, S.714 - 715},
file = {/Users/timonschulz/Zotero/storage/52PN594N/Habenicht - 2009 - Kleben Grundlagen, Technologien, Anwendungen.pdf},
isbn = {978-3-540-85266-7}
}
```
https://github.com/retorquere/zotero-better-bibtex/issues/1628