Difference between XeTeX and LuaTeX

19

3

I have a hard time contrasting XeTeX and LuaTeX.

At the moment, I am using XeTeX almost exclusively, mainly because it uses UTF-8 as the native input encoding and because it supports TTF and OTF fonts.

However, the lack of support for pdftex’ microtyping is mildly annoying.

LuaTeX, on the other hand, does support this, as well as UTF-8 input and (rudimentary?) fontspec support.

So my question boils down to: Is there any advantage in using XeTeX over using LuaTeX? Has anybody used both and can compare them? In particular, LuaTeX sounds very experimental and unstable – but is this really the case?

Konrad Rudolph

Posted 2010-02-24T11:06:34.217

Reputation: 7 043

Answers

5

From February? Been a while since I looked for latex qns here on SU, obviously...

Speed (Luatex can be kind of slow), older code base, and ease of use (You don't need to do anything with Xetex to use system fonts). I don't know of any feature advantage Xetex has over Luatex.

Charles Stewart

Posted 2010-02-24T11:06:34.217

Reputation: 2 624

And there I was aiming for the tumbleweed badge. ;-) Thanks for the answer. – Konrad Rudolph – 2010-05-31T10:30:13.713

6

Xetex microtypography: from the Texlive 2010 pretest page:

XeTeX now supports margin kerning along the same lines as pdfTeX

So Xetex is a moving target.

Charles Stewart

Posted 2010-02-24T11:06:34.217

Reputation: 2 624

Wow, great news. However, the restriction of \write18 – not so great, if I understand that correctly. – Konrad Rudolph – 2010-06-10T10:48:48.917