FeynCalc is a Mathematica package for symbolic evaluation of Feynman diagrams and algebraic calculations in quantum field theory and elementary particle physics.
This guide is a hands-on, practical introduction to automatized quantum field theory calculations with FeynCalc and Mathematica.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License .
Copyright (C) 1990-2015 Rolf Mertig,
Copyright (C) 1997-2015 Frederik Orellana,
Copyright (C) 2014-2015 Vladyslav Shtabovenko.
- Mathematica TeX style files and fonts - get them here: http://www.feyncalc.org/download/mma_tex.tar.gz
- A recent LaTeX installation (see http://latex-project.org/ftp.html) with
Run the following as root - modifying the path to match your Mathematica and TeX installation.
curl -O http://www.feyncalc.org/download/mma_tex.tar.gz
tar -xvzf mma_tex.tar.gz
sudo tar -cvzf /usr/local/texlive.orig.tar.gz /usr/local/texlive
sudo rsync --recursive mma_tex/ /usr/local/texlive/texmf-local/
sudo mktexlsr
updmap-sys --enable Map=wolfram.map
curl -O http://www.feyncalc.org/download/mma_tex.tar.gz
tar -xvzf mma_tex.tar.gz
[ -e ~/.texlive2017/texmf-var ] || mkdir -p ~/.texlive2017/texmf-var
rsync -r mma_tex/ ~/.texlive2017/texmf-var/
echo "Map wolfram.map" > ~/.updmap.cfg
echo "Map pdfwolfram.map" >> ~/.updmap.cfg
mktexlsr ~/.texlive2017/texmf-var
updmap -user --cnffile ~/.updmap.cfg
rm ~/.updmap.cfg
- On Fedora 20 please use
~/.texlive2013/texmf-var
instead of~/.texmf-var
--- not tested --- The texmf directory with Mathematica TeX style files should be put in the search path of the TeX installation.
pdflatex FCGuide.tex
latexmk -pdfdvi FCGuide.tex
latex FCGuide.tex
dvips FCGuide.dvi
ps2pdf FCGuide.ps