
Ich habe den folgenden Codeabschnitt:
\documentclass[11pt]{article}
\usepackage{tikZ-feynman}
\use[ackage{amsmath}
\begin{document}
\feynmandiagram
[horizontal=d to f1] {
% Draw the top and bottom lines
i1 [particle=\(\nu\)] -- [draw=none] a ,
i2 [particle=\(\mu\)] -- [draw=none] c-- [fermion, momentum'=\(q\mathord-p_2\)] d,
d -- [fermion, momentum'=\(q\mathord+p_1\)] a,
d --[scalar, momentum'=\({p_1\mathord+p_2}\)] f1,
i2 -- [gluon, momentum'=\(k_2\)] a,
i1 -- [gluon, momentum'=\(k_1\)] c,
i1 -- [draw=none] i2,
% Draw the two internal fermion lines
{ [ same layer
] a -- [fermion, momentum'=\(l\)] c },
{ %[ same layer] b -- [anti fermion,edge label=\(\nu_{\mu}\)] d
}
};
\end{document}
Aber bei mir bekomme ich Folgendes:
Die Form ist offensichtlich nicht ideal. Abgesehen davon möchte ich den Impuls $l$ auf der anderen Seite des Propagators anzeigen und das Durcheinander der Impulse von $k_1$ und $k_2$ entwirren.