diff options
author | markd <markd@pkgsrc.org> | 2016-01-04 01:40:36 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-01-04 01:40:36 +0000 |
commit | 7bf4d235b0db72d69bad6017710356cc41f65726 (patch) | |
tree | a0671849b26dcf8b5a5e2dfba3ace2f060282fc5 /graphics/tex-tikzmark-doc/Makefile | |
parent | eaa49dc9824cf376fb3b90bc1b68925443304fb3 (diff) | |
download | pkgsrc-7bf4d235b0db72d69bad6017710356cc41f65726.tar.gz |
Add:
tex-tikz-3dplot{,-doc} 2015
Coordinate transformation styles for 3d plotting in TikZ
tex-tikzinclude{,-doc} 1.0
Import TikZ images from colletions
tex-tikzmark{,-doc} 1.0
Use TikZ's method of remembering a position on a page
tex-tikzorbital{,-doc} 2015
Atomic and molecular orbitals using TiKZ
tex-tikzpagenodes{,-doc} 1.1
A single TikZ node for the whole page
tex-tikzpfeile{,-doc} 1.0
Draw arrows using PGF/TikZ
tex-tikzscale{,-doc} 0.2.6
Resize pictures while respecting text size
tex-tikzsymbols{,-doc} 3.0f
Some symbols created using TikZ
Diffstat (limited to 'graphics/tex-tikzmark-doc/Makefile')
-rw-r--r-- | graphics/tex-tikzmark-doc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/tex-tikzmark-doc/Makefile b/graphics/tex-tikzmark-doc/Makefile new file mode 100644 index 00000000000..b1a899cd94d --- /dev/null +++ b/graphics/tex-tikzmark-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2016/01/04 01:40:36 markd Exp $ + +DISTNAME= tikzmark.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.0 +TEXLIVE_REV= 29999 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/tikzmark +COMMENT= Documentation for tex-tikzmark +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |