Journal Abbreviation does not appear in the Citation Style menu
I can not find the option of Journal abbreviations through the document preferences and citation style menu ?
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.
How can I do that ? is there a config file or something that can be modified or added ?
I need to link my zotero library with overleaf and when I tried that I found that citation keys are just the old zotero defaults.
(edit: see more precise answer below; my answer refers to the first part)
- Enable git on your overleaf project
- Set up BBT to auto-export your collection into your git clone
- Use something like sparkleshare to keep the bibfile synced
this is a fragile setup, but it should work. I've asked Overleaf for a formal API, which they deemed "interesting", but I don't see it happening soon.If you have it enabled (https://retorque.re/zotero-better-bibtex/configuration/#overleaf), if you auto-export a bib file to a git checkout of an overleaf project, BBT will add, commit and push on auto-export.
Keep in mind that git push isn't discerning; BBT will only add its own auto-exported file, but anything you "git added" will be committed and pushed along with it. I'd recommend getting a separate clone of your project set up for BBT and not do other edits in there (not that I keep to this recommendation myself).