openstax / oer.exports

Converter to various book formats (PDF, epub, mobi)
2 stars 0 forks source link

Fix disabling pmml2svg #4065

Open aiwenar opened 3 years ago

aiwenar commented 3 years ago

Running conversions with math2svg = False was failing as dbk-clean.xsl was checking for presence of MathML and returning an error if it found any. This check is now conditional.

Additionally ‘simple’ MathML to CNXML conversion is now also disabled when math2svg is set to False, since in this case another MathML renderer must be used and, presumably, it will be preferred to this conversion.

This PR is based on #4064.