blob: 61fe82cc3cbf141a19bf10cd9f6762f5297965f8 (
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.3.3, 2009 October 8}
%\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}
|