Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The following works on my computer:

x = -1
if x > 0:
    show(LatexExpr('X>0'))
else:
    show(LatexExpr('X\leq 0'))
click to hide/show revision 2
No.2 Revision

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'))