Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[force]{feynmp-auto} %<-added force
  3. begin{document}
  4. begin{align}
  5. begin{fmffile}{simple_labels}
  6. begin{fmfgraph*}(40,25)
  7. fmfleft{i1,i2}
  8. fmfright{o1,o2}
  9. fmflabel{$e^-$}{i1}
  10. fmflabel{$e^+$}{i2}
  11. fmflabel{$e^+,mu^+$}{o1}
  12. fmflabel{$e^-,mu^-$}{o2}
  13. fmflabel{$isqrt{alpha}$}{v1}
  14. fmflabel{$isqrt{alpha}$}{v2}
  15. fmf{fermion}{i1,v1,i2}
  16. fmf{fermion}{o1,v2,o2}
  17. fmf{photon,label=$gamma,,Z^0$}{v1,v2}
  18. end{fmfgraph*}
  19. end{fmffile}
  20. &=text{foobar}notag\
  21. foo&=bar
  22. end{align}
  23. end{document}
  24.  
  25. (./mpFockLOE.tex [MP to PDF] (./mpFockLOE.1)This is MetaPost, version 2.000 (TeX Live 2017) (kpathsea version 6.2.3)
  26. (/usr/local/texlive/2017/texmf-dist/metapost/base/mpost.mp
  27. (/usr/local/texlive/2017/texmf-dist/metapost/base/plain.mp
  28. Preloading the plain mem file, version 1.005) ) (./mpFockLOE.mp)
  29. *
  30.  
  31. documentclass{article}
  32. usepackage[force]{feynmp-auto} %<-added force
  33. begin{document}
  34. [
  35. begin{aligned}
  36. begin{fmffile}{simple_labels}
  37. begin{fmfgraph*}(40,25)
  38. fmfleft{i1,i2}
  39. fmfright{o1,o2}
  40. fmflabel{$e^-$}{i1}
  41. fmflabel{$e^+$}{i2}
  42. fmflabel{$e^+,mu^+$}{o1}
  43. fmflabel{$e^-,mu^-$}{o2}
  44. fmflabel{$isqrt{alpha}$}{v1}
  45. fmflabel{$isqrt{alpha}$}{v2}
  46. fmf{fermion}{i1,v1,i2}
  47. fmf{fermion}{o1,v2,o2}
  48. fmf{photon,label=$gamma,,Z^0$}{v1,v2}
  49. end{fmfgraph*}
  50. end{fmffile}
  51. &=text{foobar}\
  52. foo&=bar
  53. end{aligned}
  54. ]
  55. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement