Zotero, Mendeley, and EndNote compared, and the capture-to-citation workflow that turns a browser bookmark into an auto-formatted citation in a LaTeX thesis.
Sign in to mark this article as read and track your progress.
Zotero is a free, open-source reference manager with a browser connector that pulls citation metadata off a database or publisher page, plus a word-processor plugin for inserting formatted citations.
Mendeley is a reference manager, owned by Elsevier, that combines citation management with PDF annotation and integrates with Word.
EndNote is a commercial reference manager common in institutional settings, with a large library of journal-specific output styles.
| Tool | Cost | LaTeX (.bib) | Best for |
|---|---|---|---|
| Zotero | Free | Yes, export | Browser-based capture; Word or LaTeX |
| Mendeley | Free/Elsevier | Yes, export | PDF annotation + Word integration |
| EndNote | Paid | Yes, export | Institution-licensed; large output-style library |
All three can export a .bib file for use with biblatex in a LaTeX thesis, which a later unit on academic writing covers.
Find a paper on IEEE Xplore or ACM, click the Zotero browser connector, and the metadata is saved to your Zotero library. Export a .bib file, add \addbibresource{refs.bib} to your thesis file, and every \cite{key} command in the document formats itself automatically from that same .bib database. Capture once in the browser; every citation in the thesis formats itself from the same source.
For a LaTeX-based thesis, the word-processor plugin is usually the wrong tool. Export a .bib file from Zotero or Mendeley instead, and let biblatex handle the formatting inside the document.