Name: Vladyslav Shtabovenko Date: 12/07/15-02:17:13 PM Z
Ok.
By the way, the message that FeynCalc issues concerning
TraditionalForm,
is actually not a warning, just a recommendation.
Those recommendations can be turned of with
$FCAdvice = False;
either before loading FeynCalc, or in FCConfig.m
We respect that some people prefer to use the StandardForm output
instead of TraditionalForm ;)
Cheers,
Vladyslav
Am 07.12.2015 um 13:55 schrieb Sun Qingfeng:
> Thanks for the reply.
>
> It is known that in FC9.0 we must change the output form to avoid
warnings before loading:
> SetOptions[$FrontEndSession,
> “CommonDefaultFormatTypes” -> {“Output” ->
TraditionalForm}],
>
> Before I load the SetOption command, the Output is “normal”
> Input: 1+r-z
> Output: 1+r-z
> [Note in the above expression, I mean 1(The number “one”)+r-z,
not l(the letter)+r-z]
>
> after I loaded the SetOption command, the output changed:
> Input: 1+r-z
> Output: r-z+1
>
> Now I realize this problem comes from Mathematica, not FenyCalc.
>
> Sun Qing-feng
>