-
-
Notifications
You must be signed in to change notification settings - Fork 339
Description
Report ID:
MUF2FD2N-euc
Exporter used:
Better BibTeX
Expected behavior:
No matter whether the journal field contains a full our abbreviated journal name, the journal titles should be written to the .bib file in the same way.
Actual behavior:
If the full journal name is given in the publication field in Zotero (e.g. Applied Physics Letters), the title is correctly abbreviated in bibtex: journal = {Appl. Phys. Lett.}
If the publication field contains an already abbreviated journal name (e.g. Appl. Phys. Lett.), the exported bibtex entry omits the dots: journal = {Appl Phys Lett}
Apparently, the abbreviator throws out the dots in case the journal name is already abbreviated, while it should just keep the entry as is.
I have a mixture of publisher entries in my library, as some are directly imported in Zotero and others were imported from a .bib file with abbreviated journal names. However, in the resulting bibliography, I want them all to appear the same (with dots).
I tried to change the hidden preference autoAbbrevStyle
to the American Physics Society
instead of Nature
style, but that does not change anything.