answered 12 years ago
You can use LaTeX in a text cell for beautiful formatting. Often, you can get similar formatting in the notebook without LaTeX by using the show command. For example, try:
show
var('x y z') show(x*y/(x+3*z))