blob: 2feb8e6bfa12ae355919a45044b6ea04405ed51d (
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
30
|
\documentclass[Screen4to3]{foils}
%\documentclass[25pt,Screen4to3]{foils}
% Don't use landscape option with Screen4to3 -- it swaps back to portrait
% size options, 17, 20 (default), 25, 30
\usepackage{times,feyn}
\title{Feynman diagrams}
\author{Norman Gray\\University of Glasgow}
\date{2005 March 10}
\parindent0pt
\begin{document}
\maketitle
\foilhead{A diagram}
Here is a text diagram $\Feyn{fglf}$, displayed
\[
2\times \feyn{2 !{fA}pf glB glS ff +
\Diagram{hd \\ &g\\hu}}
=\frac{\delta^{ab}}{p^2}
\]
\end{document}
|