summaryrefslogtreecommitdiff
path: root/fonts/feyn/overheads.tex
blob: fb4823391a739de8d9b69e4c903382dd22a5b48e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\documentclass{beamer}
% Quick example of overheads, using the sample beamer description at 
% http://www.miwie.org/presentations/presentations.html#beamer

\usepackage{feyn}

\title{Feynman diagrams}
\author{Norman Gray\\University of Glasgow}
\date{v0.4.1, 2017 November 03}

%\parindent0pt

\begin{document}

\frame{\titlepage}

\section{A diagram}
\frame
{
Here is a text diagram $\Feyn{fglf}$, and a displayed one:
\[
     \Diagram{\vertexlabel^a \\ fd \\ & g\vertexlabel_{\mu,c} \\
          \vertexlabel_b fu\\}
     = \displaystyle
 	ig\gamma_\mu (t^c)_{ab}
\]
}
\end{document}