You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you! I also figured out not long ago that if I set explicitly the coordinate for the very first vertex, then everything is fine:
\begin{feynman}
\vertex (a1) at (0.0, 0.0) {}; %% The first vertex has to have explicit coordinate!\vertex[right = 3 cm of a1] (a2);
\vertex[above = 4 cm of a1] (a3);
\vertex[above right = 4 cm and 3 cm of a1] (a4);
\vertex[above right = 2 cm and 1.5 cm of a1, blob] (b) {};
\diagram*{
(a1) -- [fermion, edge label = \scriptsize{$p$}] (b),
(a2) -- [fermion, edge label' = \scriptsize{$p'$}] (b),
(b) -- [fermion, edge label' = \scriptsize{$k$}] (a3),
(b) -- [fermion, edge label = \scriptsize{$k'$}] (a4),
};
\end{feynman}
Hi, I was drawing a blob at a vertex, but it is not centered
The blob is apparently not centered, which makes the whole diagram looks weird.
The text was updated successfully, but these errors were encountered: