Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. %% luatex85 is only necesary to fix a bug in standalone
  2. RequirePackage{luatex85}
  3. documentclass{standalone}
  4.  
  5. usepackage[compat=1.1.0]{tikz-feynman}
  6.  
  7. begin{document}
  8. feynmandiagram [horizontal=a to b, layered layout] {
  9. a -- b [dot] -- [out=135, in=45, loop, min distance=3cm] b -- c,
  10. };
  11. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement