I've been using \dots and \ldots to try to get ellipses happening.
Ellipses should look like this: Some text . . . and then some more text.
But instead they look like this: Some text ...and some more text.
I'm using XeTeX with the mla style from the texlive-humanities Ubuntu package. I should also add that I'm very new to TeX and have almost no idea what I'm doing. The top of my document looks like this:
\documentclass[11pt,letterpaper]{article}
\usepackage{ifpdf}
\usepackage{mla}
%Xelatex Stuff
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{xltxtra}
\setmainfont[Mapping=tex-text]{Linux Libertine O}
\begin{document}

