First time here? Check out the FAQ!
answered 2012-08-14 11:35:28 +0100
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))