> > Let us know if this is what you need. > > > - kcrisman > > Thanks for the explanation of why things are the way they are, and the > solution. The solution works great.
:) You can find out more about such formatting in Python documentation. Remember, the notebook should interpret most LaTeX things correctly, though for things like \tan you will either need r'$\tan(x)$' (so that it doesn't interpret \t as a tab) or '\\tan(x)' (same reason). (Thanks to Jason Grout for pointing out the *reasons* for this today in our workshop.) - kcrisman -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
