On Mon, Feb 26 2018 at 6:22 GMT, wvanrooi...@yahoo.com writes:
> As far as I know, LuaLaTeX works with UTF-8 (as does XeLaTeX), so that they
> should give the same result
>
> - if the input file is encoded in UTF-8
Yes, it's UTF-8
> - if the same font is used
Yes
> - if the documentclass is "
Hi,
I would first try to set the outlines correctly. The PDF specification says
that the outline must either be in AdobeStandardEncoding, which does not
cover east european languages, or each text must be preceded by BOM. XeTeX
inserts BOM automatically. Hopefully luatex (or hyperref) has an optio
On Mon, Feb 26 2018 at 11:11 +0100, zdenek.wag...@gmail.com writes:
> Hi,
>
> I would first try to set the outlines correctly. The PDF specification
> says that the outline must either be in AdobeStandardEncoding, which
> does not cover east european languages, or each text must be preceded
> by BO