summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/tikz-feynhand/tikz-feynhand.sty
blob: 205b451fa74f1574f885a2f8043098ee2a2282b2 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% TikZ-FeynHand, Version 1.1.0 of 2019/08/19
% Feynhand Diagrams with TikZ (LaTex manual version)
% Copyright (C) 2019 Max Dohse
% Copyright (C) 2016 Joshua Ellis
%
%
% This LaTeX file and the whole package are free: 
% you can redistribute it and/or modify it under the
% terms of the GNU General Public License as published by the Free Software Foundation, 
% either version 3 of the License, or (at your option) any later version.
%
%
% This file is a modification of the file tikz-feynman.sty
% of the package tikz-feynman (version 1.1.0 of 2016/02/05)
% which is available online at https://ctan.org/pkg/tikz-feynman
% for a list of changes, see the file CHANGES.TXT
%
% available at https://ctan.org/pkg/tikz-feynhand
% The Current Maintainer of this work is Max Dohse.
%
% This program is distributed in the hope that it will be useful, but WITHOUT
% ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
% FOR A PARTICULAR PURPOSE. 
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\def\tikzfeynhand@date{2019/08/19}
\def\tikzfeynhand@version@major{1}
\def\tikzfeynhand@version@minor{1}
\def\tikzfeynhand@version@patch{0}
\edef\tikzfeynhand@version{\tikzfeynhand@version@major.\tikzfeynhand@version@minor.\tikzfeynhand@version@patch}

\ProvidesPackage{tikz-feynhand}[\tikzfeynhand@date v\tikzfeynhand@version Feynman diagrams with TikZ (LaTex manual version)]

\RequirePackage{tikz}[2013/12/13] % v3.0.0
\RequirePackage{pgfopts}

\usetikzlibrary{feynhand}
\usetikzlibrary{graphs}

\endinput

% Local Variables:
% TeX-master: "tikz-feynhand"
% End: