pkgsrc/graphics/tex-tikzmark/Makefile
markd 5f78ba693f tex-tikzmark{,-doc}: update to 1.10
There are occasions where a tikzmarknode is used inside a box which is then
thrown away (such as in a mathchoice) which can lead to the wrong location
on the page being associated with the remembered node.  This introduces a fix
for that, and also makes tikzmarknode work with node prefixes and suffixes.
2021-06-05 06:47:48 +00:00

15 lines
406 B
Makefile

# $NetBSD: Makefile,v 1.8 2021/06/05 06:47:48 markd Exp $
DISTNAME= tikzmark
PKGNAME= tex-${DISTNAME}-1.10
TEXLIVE_REV= 57843
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/tikzmark
COMMENT= Use TikZ's method of remembering a position on a page
LICENSE= lppl-1.3c
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"