summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hep-graphic/hep-feynman.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-07-15 20:11:56 +0000
committerKarl Berry <karl@freefriends.org>2023-07-15 20:11:56 +0000
commitf380efc6f2b9a841b500ccbe19f498069129af0f (patch)
treebbd1bc99a7053a5c20f78b2a9d290b36f0280e86 /Master/texmf-dist/tex/latex/hep-graphic/hep-feynman.sty
parentf15b764fe1a5af37fceeba3e43e165dda9a6a226 (diff)
hep-graphic (15jul23)
git-svn-id: svn://tug.org/texlive/trunk@67641 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hep-graphic/hep-feynman.sty')
-rw-r--r--Master/texmf-dist/tex/latex/hep-graphic/hep-feynman.sty39
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/hep-graphic/hep-feynman.sty b/Master/texmf-dist/tex/latex/hep-graphic/hep-feynman.sty
new file mode 100644
index 00000000000..56a95116f4a
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/hep-graphic/hep-feynman.sty
@@ -0,0 +1,39 @@
+%%
+%% This is file `hep-feynman.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% hep-graphic-implementation.dtx (with options: `feynman')
+%% This is a generated file.
+%% Copyright (C) 2019-2023 by Jan Hajer
+%% This file may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.3c of this license or (at your option) any later
+%% version. The latest version of this license is in:
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3c or later is part of all distributions of
+%% LaTeX version 2005/12/01 or later.
+\ProvidesPackage{hep-feynman}[2023/07/01 v1.0 Feynman diagrams in High Energy Physics]
+
+\RequirePackage{tikz-feynman}
+\tikzfeynmanset{
+ compat=1.1.0,
+ warn luatex=false,
+}
+\makeatletter\def\tikzfeynman@luatex@required@path{}\makeatother
+\tikzfeynmanset{
+ with arrow/.style={%
+ decoration={markings,mark=at position#1with\arrow{>}},
+ postaction=decorate
+ },
+ with reversed arrow/.style={%
+ decoration={markings,mark=at position#1with\arrow{<}},
+ postaction=decorate
+ },
+ momentum/arrow style={->},
+}
+
+\endinput
+%%
+%% End of file `hep-feynman.sty'.