diff options
Diffstat (limited to 'Build/source/utils/axodraw2/axodraw2-src/example.tex')
-rw-r--r-- | Build/source/utils/axodraw2/axodraw2-src/example.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Build/source/utils/axodraw2/axodraw2-src/example.tex b/Build/source/utils/axodraw2/axodraw2-src/example.tex new file mode 100644 index 00000000000..c2b6bf8779b --- /dev/null +++ b/Build/source/utils/axodraw2/axodraw2-src/example.tex @@ -0,0 +1,18 @@ +\documentclass{article} +\usepackage{axodraw2} +\begin{document} +Example of Feynman graph made by axodraw2: +\begin{center} + \begin{axopicture}(200,110) + \SetColor{Red} + \Arc[arrow](100,50)(40,0,180) + \Text(100,100)[]{$\alpha P_1 + \beta P_2 + k_\perp$} + \SetColor{Black} + \Arc[arrow](100,50)(40,180,360) + \Gluon(0,50)(60,50){5}{4} + \Vertex(60,50){2} + \Gluon(140,50)(200,50){5}{4} + \Vertex(140,50){2} + \end{axopicture} +\end{center} +\end{document} |