Sometimes, the hyphen as subscript doesn't appear : see the A_- in the fragment
pp= Graphics()
sage: pp+=text("A−",(0,0),axes=False,fontsize=20)
sage: pp+=text("B−C+",(1,0),axes=False,fontsize=20)
sage: pp
Some hint ?
lg
![]() | 1 | initial version |
Sometimes, the hyphen as subscript doesn't appear : see the A_- in the fragment
pp= Graphics()
sage: pp+=text("A−",(0,0),axes=False,fontsize=20)
sage: pp+=text("B−C+",(1,0),axes=False,fontsize=20)
sage: pp
Some hint ?
lg
![]() | 2 | No.2 Revision |
Sometimes, the hyphen as subscript doesn't appear : see the A_- in the fragment
sage: pp= Graphics()
Graphics()
sage: pp+=text("$A_-$",(0,0),axes=False,fontsize=20)
pp+=text("$A_-$",(0,0),axes=False,fontsize=20)
sage: pp+=text("$B_-C_+$",(1,0),axes=False,fontsize=20)
pp+=text("$B_-C_+$",(1,0),axes=False,fontsize=20)
sage: pppp
Some hint ?
lg