Hello list, I use latex to receive a nice output in a notebook. (See please http://sagenb.org/home/pub/2678/ for example). But there is a little problem: braces in an output of latex() command. For example the code # var("a,b,c") latex((a+b)*c) # gives {\left(a + b\right)} c If braces are removed (i.e \left(a + b\right) c ) then it is very easy to get observable output. May be it is good idea to change the behavior of the latex() command and remove braces by default? P.S. sorry for my rough english.
-- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
