summaryrefslogtreecommitdiff
path: root/fonts/feyn/overheads.tex
blob: 46aee607139e881865ca2cc42fae9daf5d5276dd (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.2, 2022 July 18}

%\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}