[sage-devel] Graph Theory latex(G)

2009-05-05 Thread Fidel
Hello, As mentioned in http://groups.google.com/group/sage-devel/browse_thread/thread/834be3b28bd7919f/45629a29507db4cb?lnk=gst&q=tkz#45629a29507db4cb I am trying to write latex(G) for a graph. I now have a newer version which supports vertex, edge and label colors, as well as different styles

[sage-devel] Graph Theory latex(G), global name 'latex' is not defined

2009-05-05 Thread Fidel
Hello, I'm running Sage Version 3.4.1 on ubuntu 8.04. I'm trying to implement latex(G) for a graph G. After creating my own branch to work in I executed the command sage -b to build the library and got no errors. Within the latex(G) procedure I have this fragment of code for u in self: