MathGroup Archive 2005

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

Search the Archive

Re: Exact Symbolic Notation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg56294] Re: Exact Symbolic Notation
  • From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 21 Apr 2005 05:36:13 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <d45akn$ig0$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

and you have not found the Notation` package ? And 
you can't setup
a definition like

P2 /: MakeBoxes[P2, fmt_:StandardForm] :=
  RowBox[{"P", "\[NegativeVeryThinSpace]",
    StyleBox["2", FontVariations -> 
{"Underline" -> True}]}]


f1 /: MakeBoxes[f1, fmt_:StandardForm] :=
   RowBox[{"f", "\[NegativeVeryThinSpace]",
     StyleBox["1", FontVariations -> 
{"Underline" -> True}]}]

that's too bad.
Regards
  Jens

"Alexandre Costa" <costa at deq.uem.br> schrieb im 
Newsbeitrag news:d45akn$ig0$1 at smc.vnet.net...
>
> Dear Group,
> It is a pleasure talk to you all again.
> My plain question is:
> I want to use some "exact" notation with 
> Mathematica. For instance,
> I want to use variables like " p' " instead of 
> "pline" (or something like that).
> Also I want to use P2 (with the 2 underlined). 
> The last option works in some
> calculations but not in all of them (Why?).
> Finally I want to define f1[x] as a function 
> with the 1 underlined(Why
> is not working?).
>
> Any enlightment on these subject are very 
> welcome.
>              Thanks,
>                     Alex
> 



  • Prev by Date: Re: Re: Integrate is driving me crazy, please help!
  • Next by Date: Re: (x-y) DiracDelta[x-y] does not simplify to 0
  • Previous by thread: Re: Exact Symbolic Notation
  • Next by thread: Re: Exact Symbolic Notation