MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Pretty print

  • To: mathgroup at smc.vnet.net
  • Subject: [mg51511] Re: Pretty print
  • From: Bill Rowe <readnewsciv at earthlink.net>
  • Date: Wed, 20 Oct 2004 01:21:47 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On 10/19/04 at 2:55 AM, none at here.com (Kaba) wrote:

>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 ?

Yes, try

f[x] == 2*x//TraditionalForm

And if you find you like all of your results to be in this form from the menu bar select

Cell->Default Output FormatType->TraditionalForm
--
To reply via email subtract one hundred and four


  • Prev by Date: Re: How to find out the transformation used in Mathematica
  • Next by Date: Why is there a listing for the asymptotic expansion for generalized laguerre polynomials at the wolfram sites
  • Previous by thread: Pretty print
  • Next by thread: Re: Pretty print