Pretty print
- To: mathgroup at smc.vnet.net
 - Subject: [mg51472] Pretty print
 - From: Kaba <none at here.com>
 - Date: Tue, 19 Oct 2004 02:55:44 -0400 (EDT)
 - Sender: owner-wri-mathgroup at wolfram.com
 
Hello To make a paper containing mathematical notation I'd need to see the definition I enter as pretty printed. For example: I enter: f[x_] = 2*x Then Mathematica gives as output: 2 x But I'd need something like: f(x) = 2 x Is there a way to do that ?