% !TEX program = pdflatexmk
% !TEX parameter = -shell-escape
% Author: Izaak Neutelings (December 24)
% Instructions: To compile via command line, run the following twice
%   pdflatex -shell-escape extract/ttbarqqbar$TAG.tex
\documentclass[11pt,border=4pt]{standalone}
\usepackage{feynmp-auto}
\begin{document}
\begin{fmffile}{feyngraph}
  \fmfframe(4,12)(8,9){ % padding (L,T)(R,B)
  \begin{fmfgraph*}(120,100) % dimensions (WH)
    % line style
    \fmfset{wiggly_len}{13} % boson wavelength
    \fmfset{wiggly_slope}{68} % boson slope of waves
    % external vertices
    \fmfstraight
    \fmfleft{i2,i1}
    \fmfright{o4,o3,o2,o1}
    \fmfshift{17 down}{i1}
    \fmfshift{17 up}{i2}
    % internal vertices (exact placement)
    \fmfforce{(.76w,.83h)}{vq1} % exact placement
    \fmfforce{(.76w,.17h)}{vq2} % exact placement
    % main
    \fmf{fermion,t=1.2}{i1,v1,i2}
    \fmf{gluon,t=1.1}{v1,v2} % s-channel
    \fmf{gluon}{vq1,v2}
    \fmf{gluon}{vq2,v2}
    % g -> tt
    \fmf{fermion}{o2,vq1,o1}
    \fmf{fermion}{o4,vq2,o3}
    % labels
    \fmfv{l.a=150,l.d=5,l=$q$}{i1}
    \fmfv{l.a=-150,l.d=5,l=$\overline{q}'$}{i2}
    \fmfv{l.a=30,l.d=5,l=t}{o1}
    \fmfv{l.a=-20,l.d=5,l=$\overline{\mathrm{t}}$}{o2}
    \fmfv{l.a=30,l.d=5,l=t}{o3}
    \fmfv{l.a=-20,l.d=5,l=$\overline{\mathrm{t}}$}{o4}
  \end{fmfgraph*}
  } % close \fmfframe
\end{fmffile}
\end{document}