Can we install what is necessary to draw graphs with tkz on sagenb.org? I did the following:
show(latex(graphs.CompleteGraph(3))) and it said something like: Warning: tkz-graph.sty is not part of this computer's TeX installation. This package is required to render graphs in LaTeX. Visit http://altermundus.com/pages/graph.html Warning: tkz-berge.sty is not part of this computer's TeX installation. This package is required to render graphs in LaTeX. Visit http://altermundus.com/pages/graph.html Unknown environment "tikzpicture" So apparently we just need to install tkz-graph.sty and tkz-berge.sty: http://altermundus.com/pages/graph.html See also the instructions at http://www.sagemath.org/doc/reference/sage/graphs/graph_latex.html Thanks, Jason -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org