On Thu, Jul 02, 2020 at 07:36:54PM +0200, Dirk Hünniger wrote: > Hi, > > the problem does not appear on my ubuntu 20.04 running mediawiki2latex 7.40 > > see attached epub file > > command line > > mediawiki2latex -u https://en.wikibooks.org/wiki/Haskell/Truth_values -o > dirk.epub -b
I tried that here and got: preparing images for LaTeX document mediawiki2latex: /tmp/MediaWiki2LaTeXImages-8b5d44e8857c3d3b/0000002D000000360000003800000034000000330000003500000032000000350000003400000035000000300000003900000032000000310000003400000035000000350000003500000030.png: openBinaryFile: does not exist (No such file or directory) I am running an up to date Debian testing system. Maybe there is some package that I am missing? I run it under strace and got write(2, "mediawiki2latex: ", 17mediawiki2latex: ) = 17 write(2, "/tmp/MediaWiki2LaTeXImages-e70f5"..., 260/tmp/MediaWiki2LaTeXImages-e70f592f6b041222/0000002D000000360000003800000034000000330000003500000032000000350000003400000035000000300000003900000032000000310000003400000035000000350000003500000030.png: openBinaryFile: does not exist (No such file or directory)) = 260 but I did not enable multithreading, so maybe missed something. But I doubt that helps much anyway as it seems to add liitle to the message above. I will have to find time to install source and see if I can get some idea of what is wrong. But I won't have time immmediately. ael