BibTeX, biblatex and biberMLA style recommendation and quotation marks with XeLaTeX

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
reclusesm
Posts: 7
Joined: Sat Oct 02, 2010 7:35 am

MLA style recommendation and quotation marks with XeLaTeX

Post by reclusesm »

Hi,

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?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

MLA style recommendation and quotation marks with XeLaTeX

Post by Stefan Kottwitz »

For the record, as I just noticed, for getting the correct quotation marks with XeTeX and XeLaTeX, respectively, the option Ligatures=TeX may be required. For example:

Code: Select all

\setmainfont[Ligatures=TeX]{Times New Roman}
The reason is, that quotation mark glyphs are ligatures. This option enables TeX like handling of ligatures, now also -- would become en dash and --- the em dash.

Stefan
LaTeX.org admin
Post Reply