(Not certain if I should report this bug here) For sage version: 3.0.5dfsg-3 I get the following error when trying to run, as is, the jsmath example included in the docs. (note that I do have all the jsmath packages and fonts installed)
sage: f = maxima('1/(x^2+1)') sage: jsmath(f) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) /home/strav/<ipython console> in <module>() /usr/lib/python2.5/site-packages/sage/misc/latex.pyc in jsmath(x, mode) 422 -- Bobby Moretti -- improvements, comments, documentation (2006-10) 423 ''' --> 424 return jsmath.eval(x, mode) 425 426 def view(objects, title='SAGE', zoom=4, expert=True, debug=False, \ AttributeError: 'function' object has no attribute 'eval' Thanks! --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---