For me, it works using a raw string: 

    title=r"$A \wedge B=1$ and $A \vee B=0$". 

Have you tried that? (I don't know if it's a bug: I think it's always safer 
to use raw strings when the strings contain backslashes.)

  John


On Monday, May 25, 2015 at 1:48:30 AM UTC-7, Jori Mäntysalo wrote:
>
> Strange: 
>
> L=LatticePoset({0:['A', 'x', 'B'], 'A': ['y'], 'x': ['y', 'C'], 'B': 
> ['C'], 'y': [1], 'C': [1]}) 
> L.show(figsize=3, vertex_colors={'gray': [0,1,'x', 'y'], '#ff0000': ['A'], 
> '#00ff00': ['B', 'C']}, title="$A \wedge B=1$ and $A \vee B=0$.") 
>
> It seems that \wedge works, but \vee does not. Already documented bug? 
>
> -- 
> Jori Mäntysalo 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to