[tex-live] Conflict between luatex/babel/luainputenc
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Mon Feb 8 10:05:53 CET 2016
Am 08.02.2016 um 09:47 schrieb Benoît RIVET:
> The following minimal example
>
> % !TEX TS-program = luaLaTeX
> \documentclass{article}
> \usepackage[utf8]{luainputenc}
> \usepackage[francais]{babel}
> \usepackage{lipsum}
change the order:
\usepackage[francais]{babel}
\usepackage[utf8]{luainputenc}
However, why do you need luainputenc? utf8 is already the default
encoding for luatex.
Herbert
More information about the tex-live
mailing list