Ask Your Question

Revision history [back]

The following works on my computer:

x = -1
if x > 0:
    show(LatexExpr('X>0'))
else:
    show(LatexExpr('X\leq 0'))

The following works on my computer:

x = -1
if x > 0:
    show(LatexExpr('X>0'))
show(LatexExpr('H>0'))
else:
    show(LatexExpr('X\leq show(LatexExpr('H\leq 0'))