Main Content

getContentReporter

Class: mlreportgen.report.Equation
Namespace: mlreportgen.report

Get equation content hole reporter

Syntax

reporter = getContentReporter(equation,report)

Description

reporter = getContentReporter(equation,report) returns a hole reporter used to fill the Content hole in the template of the Equation reporter. The hole reporter contains an image of the formatted equation. This equation is generated from the LaTeX markup specified in Content property of the Equation reporter. Use this getContentReporter method to override the format specified by the Content hole reporter.

Input Arguments

expand all

Equation reporter object, specified as an mlreportgen.report.Equation object.

Report, specified as a report object. To create the report input, use mlreportgen.report.Report.

Output Arguments

expand all

Equation content hole reporter, returned as a reporter object.

Version History

Introduced in R2017b