BibTeX to MLA 9 Reference List

Paste BibTeX and get a formatted MLA 9th edition Works Cited list.

Ad placeholder (leaderboard)

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:

  1. Author. First author inverted to Last, First; a second author as First Last; three or more as First Author, et al.
  2. 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).
  3. Container — the larger whole — in italics: the journal, the edited book, the proceedings, or the website.
  4. Numbervol. X, no. Y for journals.
  5. Publisher and publication date where applicable.
  6. Location — the page range (pp. 45–58) or the URL, with an Accessed date 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/@misc with a url) receive an Accessed date set to today.
Ad placeholder (rectangle)