Guest User

Untitled

a guest
Jul 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{amsmath}
  3. usepackage{axodraw2}
  4. usepackage{slashed}
  5. usepackage{amsmath}
  6.  
  7. begin{document}
  8.  
  9. begin{figure}
  10. includegraphics[scale=0.5]{lightcone}
  11. end{figure}
  12.  
  13. begin{center}
  14. begin{axopicture}(130,150)
  15. SetColor{Black}
  16. Text(70,130){begin{small}$Im{p^0}$end{small}}
  17. Text(180,30){begin{small}$Re{p^0}$end{small}}
  18. Text(45,40){$times$}
  19. Text(95,20){$times$}
  20. Text(130,90){$Gamma$}
  21. Arc[arrow](70,27)(80,0,90)
  22. Arc[arrow](70,27)(80,90,180)
  23. Line[arrow](-10,27)(70,27)
  24. Line[arrow](70,27)(150,27)
  25. SetWidth{2}
  26. LongArrow[arrowscale=0.8](70,20)(70,120)
  27. LongArrow[arrowscale=0.8](-20,30)(160,30)
  28. end{axopicture}
  29. end{center}
  30.  
  31. end{document}
  32.  
  33. pdflatex filename
  34. axohelp filename
  35. pdflatex filename
Add Comment
Please, Sign In to add comment