jackson13info / mla13

A LaTeX MLA style formatter package that allows users to create MLA style documents easily.
MIT License
72 stars 21 forks source link

Support polyglossia #14

Open pthariensflame opened 9 years ago

pthariensflame commented 9 years ago

The babel package is pretty much unusable (and effectively deprecated) when using Xe(La)TeX; the polyglossia package is the designated replacement there. As a result of unconditionally using babel, this package inherits said usability issues.

I have crudely fixed this in my local copy (just by changing \usepackage[american]{babel} to \usepackage{polyglossia}), but I'm not good enough at TeX to know how to build a general solution that retains supports for LaTeX while adding support for XeLaTeX. In any case, such a solution would be greatly appreciated. :smile: