holzschu / lib-tex

pdftex and luatex as a library. Developped for iOS, but should work on all systems.
72 stars 8 forks source link

LuaLaTeX Fails to Compile documents with images included #2

Closed BrianChevalier closed 4 years ago

BrianChevalier commented 4 years ago

LuaLaTeX fails to compile a document when an image is included. The build fails with the following error message even though icon_1024.png is in the current directory.

error:  (file icon_1024.png) (pdf backend): cannot find image file 'icon_1024
.png'
!  ==> Fatal error occurred, no output PDF file produced!

Here is the sample project: Example 2.zip

Here is the log file: Xcode_TeXtonic.log