euporie.core.convert.formats.svg

Contain function which convert data to SVG format.

Functions

have_modules(*modules)

Verify a list of python modules are importable.

latex_to_svg_py_ziamath(datum[, cols, rows, ...])

Convert LaTeX to SVG using ziamath.

register(from_, to[, filter_, weight])

Add a converter to the centralized format conversion system.

async euporie.core.convert.formats.svg.latex_to_svg_py_ziamath(datum: Datum, cols: int | None = None, rows: int | None = None, fg: str | None = None, bg: str | None = None, extend: bool = True) str

Convert LaTeX to SVG using ziamath.