You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not looked much into this yet, one of the papers *crypto/350) loads the minted package which attempts to create imapes through a shell escape mechanism which is not compatible:
safer option set, function "os.execute" is disabled[\directlua]:1: attempt to concatenate a nil value (local 'msg'). \ShellEscape@Lua ...or "") .. "\string \n ") end }
I noticed from tches2022_3/4 that fontawesome5 cannot be run under lualatex --safer because it tries to generate the tfm files on the fly using forbidden commands.
paper tches2022_3/43 fails because it uses epstopdf, and that tries to generate pdf files from eps files on the fly, but it fails because of --safer, which prevents executing io.open calls in lualatex.
Let's list here some packages which cause problems in combination with lualatex with options --safer and --no-no-shel-escape
The text was updated successfully, but these errors were encountered: