openstax / oer.exports

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

Add a CLI option to disable MathML to SVG conversion #4066

Open aiwenar opened 3 years ago

aiwenar commented 3 years ago

This PR adds a new option, --math2svg value, to collection2xhtml.py and collectiondbk2pdf.py. When the value is true, t, yes, or y, MathML to SVG conversion is enabled. When the value is false, f, no, or n conversion is disabled. If this option is omitted the behaviour remains unchanged (conversion is enabled).

This PR is based on #4064.