MathGroup Archive 2004

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

Search the Archive

Re: TraditionalForm of expressions WITHOUT evaluating.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg52205] Re: TraditionalForm of expressions WITHOUT evaluating.
  • From: "Drago Ganic" <drago.ganic at in2.hr>
  • Date: Sun, 14 Nov 2004 20:15:02 -0500 (EST)
  • References: <cn4l9o$13p$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,
I can help you with your first question is
a) enter the expression (2+2 == 4 or Integrate[x,{x,2,3}] )
b) >>before evaluation<<use "Cell|Convert To| TraditionalForm" or the short
key equivalent ...

then you'll have the traditional input form.

Notice that "Cell|Display As| TraditionalForm" is almost useless (because it
doesn't use the Kernel, it just takes your input and wraps it in
>>FormBox["input expression", TraditionalForm] << effectively giving you
only italic letters. No transformations are done (e.g.Integrate doesn't get
replaced with the integrate letter form etc.).


Greetings from Croatia,
Drago Ganic

"Nacho" <ncc1701zzz at hotmail.com> wrote in message
news:cn4l9o$13p$1 at smc.vnet.net...
> Hello.
>
> I would like to ask you how to do the following.
>
> I want to input some expressions (in InputForm or StandardForm) and
> display them in TraditionalForm but without evaluating them.
>
> For example, if I do:
>
> 2+2 == 4 // TraditionalForm
>
> I obtain "True" in a nice font ;) but not the "2+2 = 4".
>
> The expression I want to do is more complicated, with integrals, but
> basicly it is the same, for example:
>
> Integrate[x,{x,2,3}] //TraditionalForm
>
> Returns 5/2, but I want the Integral symbol with the limits and the
> dx.
>
>
>
> Also, related to this, anybody knowns how to export a graphic, cell,
> or Traditionalform expression to a bitmap with the resulution I want
> and smoothed? For example, a 1024x768 graph with the lines smoothed,
> or an integral with smoothed font in a resolution to be included in a
> image.
>
> Thanks a lot for your answers.
>
> Best regards.
>



  • Prev by Date: Re: Plot and axes
  • Next by Date: Re: Re: Poles and Complex Factoring
  • Previous by thread: Re: TraditionalForm of expressions WITHOUT evaluating.
  • Next by thread: Re: TraditionalForm of expressions WITHOUT evaluating.