FeynCalc / feyncalc

Mathematica package for algebraic calculations in elementary particle physics.
https://feyncalc.github.io
GNU General Public License v3.0
310 stars 87 forks source link

Output format type #28

Closed Turgon-Aran-Gondolin closed 7 years ago

Turgon-Aran-Gondolin commented 7 years ago

Is it possible to set the output format type as TraditionalForm every time the package is loaded? Such as insert SetOptions[EvaluationNotebook[],CommonDefaultFormatTypes->{"Output"->TraditionalForm}] in it?

vsht commented 7 years ago

Yes, you can put any Mathematica command into FCConfig.m. That file is always evaluated before FeynCalc is loaded.

Turgon-Aran-Gondolin commented 7 years ago

OK thanks