Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

hyphen in subscript

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

hyphen in subscript

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: pp

pp

Some hint ?

lg