| 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'))
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.