Writing in LaTeX or Overleaf but your references live in an EndNote library? This page turns the
library into a .bib file without an export step in EndNote, so it works even when EndNote is no
longer installed.
How to convert EndNote to BibTeX
- Upload the library: a
.enlxfile, a.zipof the folder withName.enlandName.Data, orName.Data/sdb/sdb.eni. An old X8-or-earlier.enlcan be uploaded on its own. - Decide about groups. With Keep EndNote groups as keywords ticked, each entry's
keywordsfield also lists its groups (EndNote group: …). Untick it for a cleaner.bib. - Download the BibTeX file. It is named after the library, e.g.
My EndNote Library.bib; rename it to something without spaces, such asreferences.bib, because LaTeX copes badly with spaces in file names. - Upload it to your Overleaf project or put it next to your
.texfile, then use\bibliography{references}(BibTeX) or\addbibresource{references.bib}(biblatex). JabRef and BibDesk open the file directly.
Citation keys
If a reference has a simple value in EndNote's Label field, that value becomes its key, so
existing \cite{} commands keep working. Otherwise the key is built from the first author's
surname, the year and the first meaningful title word, e.g. yang2015phenolyzer. Duplicates get
a, b, … appended.
How EndNote types become BibTeX entries
| EndNote | BibTeX |
|---|---|
| Journal, Magazine, Newspaper, Electronic Article | @article |
| Book, Electronic Book | @book |
| Edited Book | @book, authors written as editor |
| Book Section | @incollection with booktitle and editor |
| Conference Proceedings / Paper | @inproceedings |
| Thesis | @phdthesis, or @mastersthesis when the thesis type says master's |
| Report, Government Document | @techreport with institution |
| Manuscript, Unpublished Work | @unpublished |
| Web Page and most other types | @misc, with a note naming the EndNote type |
DOIs go into doi (also picked up from doi.org links), web pages get url and urldate, and
page ranges use --.
Characters and PDF links
LaTeX-special characters such as &, %, _ and # are escaped, while accented letters stay as
UTF-8 characters rather than {\'e}-style commands. Overleaf, biber and JabRef handle that; with
an old 8-bit BibTeX setup, check names with accents after compiling.
The .bib inside the Everything with attachments ZIP also has a JabRef-style file field per
entry, pointing into the bundled PDF folder.
More about what this tool reads and writes: EndNote Library Rescue.