citation key and BibTeX import
Is there a way to preserve the citation key when importing using BibTex? This is pretty important for me so I don't have to rewrite reams of citations that I'm processing with pandoc-citeproc.
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.
@book{Latour:1993,
Author = "Latour, Bruno",
Date-Added = "2019-07-23 18:06:52 -0400",
Date-Modified = "2019-07-23 18:07:39 -0400",
Keywords = "Philosophy ; STS ; ANT",
Publisher = "Harvard University Press",
Title = "We have never been modern.",
Year = "1993"
}
So I would need it to look like this?
@book{Latour:1993,
Author = "Latour, Bruno",
Date-Added = "2019-07-23 18:06:52 -0400",
Date-Modified = "2019-07-23 18:07:39 -0400",
Keywords = "Philosophy ; STS ; ANT",
Publisher = "Harvard University Press",
Title = "We have never been modern.",
Year = "1993",
Citation-Key = "Latour:1993"
}
@book{Latour:1993,
Author = "Latour, Bruno",
Date-Added = "2019-07-23 18:06:52 -0400",
Date-Modified = "2019-07-23 18:07:39 -0400",
Keywords = "Philosophy ; STS ; ANT",
Publisher = "Harvard University Press",
Title = "We have never been modern.",
Year = "1993"
}
after installation of BBT. No need to change anything about the bibtex you import.