blob: 8ba1b2e11db81f27e51b8f08d79a2ff2d82562d9 (
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
29
|
\documentclass{beamer}
% Quick example of overheads, using the sample beamer description at
% http://www.miwie.org/presentations/presentations.html#beamer
\usepackage{feyn,url}
\title{Feynman diagram font}
\author{Norman Gray\\University of Glasgow}
\date{v0.4.3, 2022 July 20}
%\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}
\]
This uses the `feyn' font for drawing diagrams: \url{https://purl.org/nxg/dist/feyn}.
}
\end{document}
|