A BibTeX to MLA 9 converter turns exported @article{…} records into a properly formatted MLA 9th edition Works Cited list, following the modern MLA container model. It runs entirely in your browser, so your sources stay private while you get a clean, alphabetised, hanging-indent list ready to paste into your paper.
How it works
MLA 9 builds each entry from a sequence of core elements, each ending in the right punctuation:
- Author. First author inverted to
Last, First; a second author asFirst Last; three or more asFirst Author, et al. - Title of source in quotation marks for a work inside a container (an article, a chapter), or in italics for a standalone work (a book).
- Container — the larger whole — in italics: the journal, the edited book, the proceedings, or the website.
- Number —
vol. X, no. Yfor journals. - Publisher and publication date where applicable.
- Location — the page range (
pp. 45–58) or the URL, with anAccesseddate for online sources.
The tool parses the BibTeX (decoding common LaTeX accents and respecting brace/quote-delimited values), maps each field to the right element, and alphabetises the list by the first author’s surname.
Example
@article{smith2021,
author = {Smith, Jane and Doe, John},
title = {A Study of DNA Repair},
journal= {Nature},
year = {2021}, volume = {12}, number = {3}, pages = {45--58}
}
becomes:
Smith, Jane, and John Doe. “A Study of DNA Repair.” Nature, vol. 12, no. 3, 2021, pp. 45–58.
Tips and notes
- MLA uses title case; capitalise the major words of your titles in the BibTeX and the tool preserves them.
- Use
--for page ranges in BibTeX; it is converted to an en dash. - Web entries (
@online/@miscwith aurl) receive anAccesseddate set to today.