BibTeX, biblatex and biber ⇒ MLA style recommendation and quotation marks with XeLaTeX
MLA style recommendation and quotation marks with XeLaTeX
I'm trying to create a basic bibliography with BiBTeX (combined with XeLaTeX) in MLA style, with annotations (it's an annotated bibliography), but I've had no luck in finding an appropriate style file.
I've tried mla-good with natbib (produces `` and '' for quotes instead of real quotation marks, and also produces random horizontal spaces) as well as biblatex (which, for some reason, will only print out a select few references from my .bib file), but none of the above have met my requirements.
Are there any packages I could try, or am I better off just doing the references by hand?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
MLA style recommendation and quotation marks with XeLaTeX
Ligatures=TeX
may be required. For example:Code: Select all
\setmainfont[Ligatures=TeX]{Times New Roman}
Stefan