Skip to content

Instantly share code, notes, and snippets.

@mattwigway
Created January 21, 2013 04:45
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattwigway/4583664 to your computer and use it in GitHub Desktop.
Save mattwigway/4583664 to your computer and use it in GitHub Desktop.
MLA annotated bibliography
\documentclass[11pt,letterpaper]{article}
\usepackage[american]{babel}
\usepackage{hyperref}
\usepackage{csquotes}
\usepackage{ifpdf}
\usepackage{mla}
\usepackage[style=mla]{biblatex}
\usepackage{setspace}
\singlespace
% enable annotations
\setbool{bbx@annotation}{true}
\bibliography{CollectionName}
\begin{document}
\begin{mla}{First}{Last}{Professor}{Class}{\today}{Annotated Bibliography}
% \nocite tip from http://www.math.uiuc.edu/~hildebr/tex/bibliographies0.html #10
\nocite{*}
\printbibliography
\end{mla}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment