54a2534940
PicTeX is an early, and very comprehensive drawing package, that mostly draws by placing myriads of small dots to make up pictures. It has a tendency to run out of space, most especially of allowable dimensions registers; packages m-pictex and pictexwd deal with the register problem, in different ways. Note that full documentation may be bought via the PC-TeX site, though a command summary is available as free software. Alternatively, a front-end package such as mathsPiC, which covers all of PicTeX and has a complete and free manual, could be used.
13 lines
339 B
Makefile
13 lines
339 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/05/05 14:40:28 wiz Exp $
|
|
|
|
DISTNAME= pictex
|
|
PKGNAME= tex-${DISTNAME}-1.1
|
|
TEXLIVE_REV= 21943
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/pictex
|
|
COMMENT= Picture drawing macros for TeX and LaTeX
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|