reitzig / ltx2any

Yet another LaTeX build wrapper, with one or two nifty features
GNU General Public License v3.0
59 stars 4 forks source link

Catch errors from libpng #42

Open akerbos opened 9 years ago

akerbos commented 9 years ago

There has been a regression/change in libpng that caused pdflatex to throw some errors when including PNG images. These were not caught by ltx2any but dumped directly to shell.

Track down the reason for that and fix it!

(Probably related, similar issue: output from texmf if a font is used for the first time is also dumped to shell. Don't we catch any output from subprocesses of pdflatex?)