Skip to content

Instantly share code, notes, and snippets.

@urschrei
Created July 17, 2012 10:59
Show Gist options
  • Save urschrei/3128723 to your computer and use it in GitHub Desktop.
Save urschrei/3128723 to your computer and use it in GitHub Desktop.
Sample Biblatex-MLA setup
% Biblatex-MLA setup for Biblatex-MLA 0.9.5
\usepackage[
style=mla,
autocite=footnote,
backref=true,
hyperref=true,
backend=biber]{biblatex}
% Compatibility fixes for Biblatex 2.0 and Biblatex-MLA
\DeclareAutoCiteCommand{footnote}[f]{\footcite}{\footcites}
\providecommand\biburldatelong{}
% End of fixes %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment