summaryrefslogtreecommitdiff
path: root/graphics/tex-tikz-feynhand-doc/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2019-08-13 20:28:15 +0000
committermarkd <markd@pkgsrc.org>2019-08-13 20:28:15 +0000
commitcb6c67110bf42d3453cb2931d0beaaf02ac52756 (patch)
treee194b70fa4f811ec6a58e1e312c93cbc5a54a53b /graphics/tex-tikz-feynhand-doc/Makefile
parent07b66e3a6b13262e1c10e528304039c9cff2e9c0 (diff)
downloadpkgsrc-cb6c67110bf42d3453cb2931d0beaaf02ac52756.tar.gz
tex-tikz-feynhand{,-doc}: add version 1.0.0
This package lets you draw Feynman diagrams using TikZ. It is a low-end modification of the TikZ-Feynman package, one of whose principal advantages is the automatic generation of diagrams, for which it needs LuaTex. TikZ-FeynHand only provides the manual mode and hence runs in LaTeX without any reference to LuaTeX. In addition it provides some new styles for vertices and propagators, alternative shorter keywords in addition to TikZ-Feynman's longer ones, some shortcut commands for quickly customizing the diagrams' look, and the new feature of putting one propagator "on top" of another. It also includes a quick user guide for getting started, with many examples and a 5-minute introduction to TikZ.
Diffstat (limited to 'graphics/tex-tikz-feynhand-doc/Makefile')
-rw-r--r--graphics/tex-tikz-feynhand-doc/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/tex-tikz-feynhand-doc/Makefile b/graphics/tex-tikz-feynhand-doc/Makefile
new file mode 100644
index 00000000000..cf407f316e6
--- /dev/null
+++ b/graphics/tex-tikz-feynhand-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/08/13 20:28:15 markd Exp $
+
+DISTNAME= tikz-feynhand.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.0.0
+TEXLIVE_REV= 46502
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://ctan.org/pkg/tikz-feynhand
+COMMENT= Documentation for tex-tikz-feynhand
+LICENSE= gnu-gpl-v3
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"