I'm having some problems with MLA style citation with Biblatex. I have tried to implement the example in a newly created document,
\usepackage[american]{babel}
\usepackage{csquotes}
\usepackage[style=mla]{biblatex}
\addbibresource{<bibfile.bib>}
and used \autocite{x} and \printbibliography between the \begin{Document} \end{Document}
Found here: http://mirrors.nic.cz/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-mla/doc/biblatex-mla.pdf
And I have also copied this example (the correct answer):
How can I create bibliography in MLA format with BibTeX?
But I have got a bunch of errors...
I was able to cite with biblatex APA style with Biber. I am using TeXstudio, but I have also tried running the commands in cmd. (I'm using Windows 10). The default bib tool is configured to Biber. I have TeX Live (2015) on my computer, with full install.
I am getting these errors: https://i.stack.imgur.com/G1ycq.jpg
Thank you for your time, attention, and for your answers in advance.
biblatex-mlahasen't been updated yet. https://github.com/jmclawson/biblatex-mla/issues/14 – Johannes_B Mar 26 '16 at 10:47biblatex-mlahas not been updated since 2013, it always had a few rough edges (and the probability of things not working increased with time). The recentbiblatexupdated to version 3.3 has pretty much broken the style. – moewe Mar 26 '16 at 11:01biblatex/Biber is the best tool for the job. But what is best very heavily depends on your needs, if you must use MLA style and don't want to roll your own, then a package where a MLA style is readily available to you would be a better fit, I believe. – moewe Mar 26 '16 at 11:29