TeXFragment.TeXFragment

TeXFragment(string)

Initializes a new instance of the HtmlFragment class.

public TeXFragment(string text)
ParameterTypeDescription
textStringThe fragment text

See Also


TeXFragment(string, bool)

Initializes a new instance of the HtmlFragment class.

public TeXFragment(string text, bool removeIndents)
ParameterTypeDescription
textStringThe fragment text
removeIndentsBooleanDetermines whether not to make indents while typesetting LaTeX fragment

See Also