Import bibliography changes reference name

In a ref.bib file I have a collection of articles. One example, is the one below

@Article{Romer2000,
title = {Federal Reserve Information and the Behavior of Interest Rates},
...
publisher = {American Economic Association},

I want to add it to Zotero account, so go to file->import and choose ref.bib.
Zotero add all the articles to my account.
However, when I export (to Bibtex) the bibliography from account , the names of the imported references change.

So now, the article looks like this
@article{romer_federal_2000,
title = {Federal Reserve Information and the Behavior of Interest Rates},
.....
}
which is a problem my .tex files reference the article with the previous name.

How can I import/export files without changing the name of the reference?


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.

Sign In or Register to comment.