On 2013-11-21, Scott Kostyshak wrote: > I get the following (whether I use system fonts or not) on Ubuntu with > TeX Live 2013 (note that on TeX Live 2012 it would export > "successfully" but not display correctly):
> LaTeX Warning: No \author given. > ! Undefined control sequence. > \gr@month ...textomicron \textupsilon \or \textNu > \textomicron \textepsilon ... It looks like you are using babel as language package. Either switch to using polyglossia or read the example for XeTeX/LuaTeX with babel-greek http://mirrors.ctan.org/macros/latex/contrib/babel-contrib/greek/test-unicode-greek.tex http://mirrors.ctan.org/macros/latex/contrib/babel-contrib/greek/test-unicode-greek.pdf With babel, you need the greek-fontenc bundle in a version >= 0.10: When compiling with XeTeX or LuaTeX, it is recommended to load Greek LICR macro definitions via textalpha.sty or alphabeta.sty that are part of the greek-fontenc bundle since version 0.10 (2013-09-13): \usepackage{textalpha} \usepackage[greek]{babel} -- http://mirrors.ctan.org/macros/latex/contrib/babel-contrib/greek/README.html Günter