View Single Post
Old 01-30-2024, 11:49 AM   #100
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,958
Karma: 6361444
Join Date: Nov 2009
Device: many
The easiest way to debug this is to edit the ReadiumReader plugin.py file to always return -1 (so that the stderr messages are printed to the PluginRunner main window).

If I do that and try to open your epub in Readium Reader and navigate to the Tex xhtml file, I see this error message:

ERROR: file:///Users/kbhend/Library/Application%20Support/sigil-ebook/sigil/plugins/ReadiumReader/viewer/cloud-reader-lite/epub_content/tmp05wraghf/OEBPS/Misc/mml-svg.js:1: Uncaught TypeError: Cannot read properties of undefined (reading 'loader')

So this means that the 'loader' object is undefined. My guess it is conflicts with the MathJax.js version that is stored inside the ReadiumReader.

But that is just a guess.
KevinH is offline   Reply With Quote