Troubles when export to bibtex
I'm having some troubles when I export the references to bibtex format. In fact bibtex does not seem to appreciate a key starting with "_". For example you can try to add a new element on the http://www.boost.org website. Then if you export your references to bibtex, you will obtain an item like:
@misc{_boost_,
title = {Boost C++ Librairies},
url = {http://www.boost.org/},
abstract = {Boost provides free peer-reviewed portable C++ source libraries. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications.
}
},
Then if you compile on latex I obtain this bbl file:
\bibitem[_bo]{_boost_}
Boost c++ librairies.
And this error:
(./glossaire/glossaire.tex [15] [16]) (./these.bbl [17] [18]
! Missing $ inserted.
<inserted text>
$
l.4 \bibitem[_bo]{_boost_}
?
Is anyone know how to modify zotero to have no items starting with "_"?
@misc{_boost_,
title = {Boost C++ Librairies},
url = {http://www.boost.org/},
abstract = {Boost provides free peer-reviewed portable C++ source libraries. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications.
}
},
Then if you compile on latex I obtain this bbl file:
\bibitem[_bo]{_boost_}
Boost c++ librairies.
And this error:
(./glossaire/glossaire.tex [15] [16]) (./these.bbl [17] [18]
! Missing $ inserted.
<inserted text>
$
l.4 \bibitem[_bo]{_boost_}
?
Is anyone know how to modify zotero to have no items starting with "_"?
Am I the only one experiencing this problem?
For most of my refs this works fine, but when I included a Magazine Article that had no author (e.g. The Economist), then the bibtex key for those items began with the underscore ("_").
LaTeX/BibTex does not like this!
I think Zotero should simply change their separator character for the BibTex key generator. Or, e.g. if the item does not have an author, then don't begin the key with the current separator character.
Presently I'll just manually remove the "_" from the .bib files, but I wish Zotero would do this automatically so I never have to look at or touch my .bib files ever :-).
Thanks!