On Fri, 15 Oct 2010, Frédéric wrote: > If I compile with --output-format=dvi, the problem arises, but everything > works fine if I compile with --output-format=pdf. > > No problem in both format if I remove the fourier package (I didn't try other > fonts package).
seems to be a bug: somehow luatex uses a virtual font in DVI mode (which garbles up the PDF font machinery), but instead it should ignore any .vf file (virtual fonts should matter only to external dvi backend drivers like dvipdfmx). Regards, Hartmut
