Hi, It seems view() function behaves differently for Greek alphabet depending on whether they are defined as a variable or a function.
For example, when I try ------------------------------------ var('alpha'); view(alpha) ------------------------------------ It gives nicely formatted latex output for the Greek letter alpha. On the other hand, when I try -------------------------------------- alpha = function('alpha',x) view(alpha(x)) -------------------------------------- In this case, view() literally writes out "alpha(x)" instead of replacing "alpha" by the Greek letter as in the previous situation. Is it a bug or feature? This affects the readability of output. Thanks Golam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---