id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
8492	wrong example	anonymous	rjollos	The macro example shows the user to open an mathematical environment:\r\n{{{\r\n  {{{\r\n  #!Latex\r\n  $\\frac{\\alpha^{\\beta^2}}{\\delta + \\alpha}$\r\n  }}}\r\n}}}\r\nthis will produce an wrong formula, because the macro itself opens the mathatical environment:\r\n{{{\r\n#!python\r\n...\r\n# Include your favourite LaTeX preamble\r\ntex_preamble = r'''\r\n\\documentclass{article} \r\n\\usepackage{amsmath}\r\n\\usepackage{amsthm}\r\n\\usepackage{amssymb}\r\n\\pagestyle{empty} \r\n\\begin{document}\r\n\\begin{equation*}\r\n...\r\n}}}\r\n\r\nPlease remove eather the '''$''' in the documentation or the mathematical environment.	defect	closed	normal	LatexMacro	normal	fixed			0.11
