From 0daa4de8b4c05eed3f3870c9170cb8d4b49fecf7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 31 Jan 2018 21:59:37 +0000 Subject: tikz-feynhand (31jan18) git-svn-id: svn://tug.org/texlive/trunk@46502 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/tikz-feynhand/tikz-feynhand.sty | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/tikz-feynhand/tikz-feynhand.sty (limited to 'Master/texmf-dist/tex/latex/tikz-feynhand/tikz-feynhand.sty') 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: -- cgit v1.2.3