Latex
Latex component is used to display LaTeX content.
API
func Latex(c *tgframe.Container, latex string)
func LatexWithID(c *tgframe.Container, latex string, id string)
cis the container to add the LaTeX component to.latexis the LaTeX content to display.
Example
tgcomp.Latex(c, "E = mc^2")