Skip to content
100% local

BibTeX to citations

Turn pasted BibTeX entries into a formatted, ready-to-paste reference list.

Input
Output

BibTeX to citations

Paste one or more BibTeX records — the @article{...}, @book{...}, @inproceedings{...} entries exported by Zotero, Mendeley, Google Scholar or a LaTeX .bib file — and this tool turns them into a readable reference list in the citation style your paper or report actually needs. It reads the author, title, year and venue fields out of each record and rebuilds them as a proper citation, so you can go from a raw .bib export to a bibliography section without retyping anything by hand.

Choose APA, MLA, Chicago or ISO 690 from the style menu; each formats authors, dates and titles differently, and the tool keeps that formatting consistent across every entry in the list. Sort the list by author surname or by publication year, or leave it in the order the entries were pasted. Turn on numbering for a numbered reference list, abbreviate author first names to initials for a tighter citation, or cap the number of authors shown before the rest collapse into "et al." — useful for papers with a dozen co-authors. A separate toggle omits each record's abstract and keywords fields from the output, since most reference lists don't need them.

Entries missing a field their type requires — an article without a journal, a thesis without a school — are flagged inline with exactly which field is absent, so you catch an incomplete BibTeX export before it becomes a citation with a silent gap. Output can be plain text, Markdown (with journal and book titles wrapped in italics) or HTML, ready to drop into a document, a static site or a CMS field. Parenthesis-style @misc(...) entries and BibTeX's brace-nesting for preserving capitalization both parse correctly, and the list updates as you type or change an option.

Everything runs locally in your browser — your references are never uploaded anywhere, which matters for unpublished drafts and working bibliographies. Copy the result, download it as a .txt file, or send the output straight into another tool to keep formatting your document.

FAQ

Which BibTeX entry types are supported?
Article, book, inproceedings, incollection, phdthesis, mastersthesis, techreport, unpublished, manual, booklet and misc all format correctly, using the fields each type is expected to carry.
How accurate are the citation styles?
The output follows the common conventions of APA, MLA, Chicago and ISO 690 closely enough for everyday use, but it is an approximation rather than a full implementation of each style guide — always double-check a citation before submitting formal academic work.
What happens if a record is missing a required field?
The tool still formats it with whatever fields are present, and appends a note naming exactly which required field is missing, so you can go back and fix the BibTeX source.
Can I limit how many authors are shown?
Yes. Set a maximum number of authors and any entry with more contributors than that limit is shortened to the first names plus "et al."
Is my BibTeX data uploaded anywhere?
No. Parsing and formatting happen entirely in your browser — your references never leave your device.