All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.functional.tests.math_output_mathml.py Maven / Gradle / Ivy

There is a newer version: 2.4
Show newest version
# Source and destination file names.
test_source = "data/math.txt"
test_destination = "math_output_mathml.xhtml"

# Keyword parameters passed to publish_file.
reader_name = "standalone"
parser_name = "rst"
writer_name = "html"

# Extra setting

settings_overrides['math_output'] = 'MathML'




© 2015 - 2024 Weber Informatics LLC | Privacy Policy