detect_la_te_x property

detect_la_te_x property

Indicates whether to detect LaTeX formula in the HTML file. The default value is false.

Definition:

@property
def detect_la_te_x(self):
    ...
@detect_la_te_x.setter
def detect_la_te_x(self, value):
    ...

See Also