render method

render

Renders a math formula.

Returns

The output image size.

def render(self, formula, stream, math_renderer_options):
    ...
ParameterTypeDescription
formulastrThe formula LaTeX program.
streamio.RawIOBaseThe stream to write the output to.
math_renderer_optionsMathRendererOptionsThe rendering options.

See Also