v.5.0.4 - bibtext-key error with ampersands {\&}
I have today upgraded to v5 (awaiting eagerly that BetterBibTeX will be available at some point later...). When I export my bibliography in bibtex, I keep getting errors whenever there's an ampersand involved. No matter what I do in Zotero, when the title includes an ampersand - even included in {\&} - the exported bib file eliminates this in the output (only for the bibtex-key).
Is there a way to fix this?
Is there a way to fix this?
https://github.com/zotero/translators/blob/master/BibTeX.js#L1121
> var citeKeyCleanRe = /[^a-z0-9\!\$\&\*\+\-\.\/\:\;\<\>\?\[\]\^\_\`\|]+/g;
that's what not working in my case - or perhaps it does? Because I get an error message in RStudio running Markdown through pandoc-citeproc
the output file using the new BibTeX.js still yielded
@article{diks_e&f_2008
thanks for the fast reply!