summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/axodraw2/example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/axodraw2/example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/axodraw2/example.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/axodraw2/example.tex b/Master/texmf-dist/doc/latex/axodraw2/example.tex
new file mode 100644
index 00000000000..3f87fb80185
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/axodraw2/example.tex
@@ -0,0 +1,19 @@
+\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{Green}
+ \Arc[arrow](100,50)(40,180,360)
+ \SetColor{Blue}
+ \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}