Error from 'epstopdf-pkg' with luatex+polyglossia+graphicx

David Carlisle d.p.carlisle at gmail.com
Mon Dec 9 11:16:09 CET 2019


polyglossia really shouldn't make " active in the preamble. That said
I'll guard the " in epstopdf-base  so this error goes.
For now, simply load graphicx before polyglossia

David

On Mon, 9 Dec 2019 at 09:55, Uwe Siart <usenet at siart.de> wrote:
>
> Dear all,
>
> With latest TL I'm getting a weird error where I have no idea who could
> be the culprit:
>
> When I run this MWE
>
> ---
> \documentclass{article}
> \usepackage[babelshorthands]{polyglossia}
> \setdefaultlanguage{german}
> \usepackage{graphicx}
> \begin{document}
> Test
> \end{document}
> ---
>
> through lualatex I get in the .log:
>
> ---
> (c:/Programme1/texlive/2019/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
> Package: epstopdf-base 2019-11-30 v2.9 Base part for package epstopdf
> [\directlua]:1: unexpected symbol near '\'.
> l.165       \directlua{require("pdftexcmds")}
>
> The lua interpreter ran into a problem, so the
> remainder of this lua chunk will be ignored.
> ---
>
> The error disappears, when I either
>
> - remove [babelshorthands]
> - comment \setdefaultlanguage{german}
> - comment \usepackage{graphicx}
>
> --
> Uwe
>


More information about the tex-live mailing list