1 | initial version |
The following works on my computer:
x = -1
if x > 0:
show(LatexExpr('X>0'))
else:
show(LatexExpr('X\leq 0'))
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'))