summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tikz-feynhand/tikz-feynhand.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-31 21:59:37 +0000
committerKarl Berry <karl@freefriends.org>2018-01-31 21:59:37 +0000
commit0daa4de8b4c05eed3f3870c9170cb8d4b49fecf7 (patch)
treeccbc669ebf0aaa6a5172e81164cf6d6c90fac3cb /Master/texmf-dist/tex/latex/tikz-feynhand/tikz-feynhand.sty
parent710cab79cc5138c63a0358c10c94a645cab65183 (diff)
tikz-feynhand (31jan18)
git-svn-id: svn://tug.org/texlive/trunk@46502 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikz-feynhand/tikz-feynhand.sty')
-rw-r--r--Master/texmf-dist/tex/latex/tikz-feynhand/tikz-feynhand.sty48
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tikz-feynhand/tikz-feynhand.sty b/Master/texmf-dist/tex/latex/tikz-feynhand/tikz-feynhand.sty
new file mode 100644
index 00000000000..f78d0886f96
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/tikz-feynhand/tikz-feynhand.sty
@@ -0,0 +1,48 @@
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% TikZ-FeynHand, Version 1.0.0 of 2018/01/31
+% Feynhand Diagrams with TikZ (LaTex manual version)
+% Copyright (C) 2018 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{2018/01/31}
+\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: