asciidoctor / asciidoctor-mathematical

An extension for Asciidoctor that converts the content of STEM blocks and inline macros using Mathematical.
MIT License
49 stars 44 forks source link

Output warnings or errors from Mathematical? #54

Open bwittman opened 5 years ago

bwittman commented 5 years ago

Is there a way to output warnings or errors that Mathematical is giving?

Right now, I'm using asciidoctor-pdf and asciidoctor-mathematical to process a large document. It generates 22 SVG or PNG files for the LaTeX in my document but then crashes, producing no PDF output, printing only the word Killed to the console. It's very hard to diagnose the problem.

I've tried using --verbose --warnings --trace, but none of these appears to be used by asciidoctor-mathematical. I assume the problem is that the underlying Mathematical is having a problem, but I can't tell what it is.