01211e7dbc
An extensive collection of macros for generating PostScript that is usable with most TeX macro formats, including Plain TeX, LaTeX, AMS-TeX, and AMS-LaTeX. Included are macros for colour, graphics, pie charts, rotation, trees and overlays. It has many special features, including a wide variety of graphics (picture drawing) macros, with a flexible interface and with colour support. There are macros for colouring or shading the cells of tables. The package pstricks-add contains bug-fixes and additions for pstricks (among other things). PSTricks uses PostScript \special commands, which are not supported by PDF(La)TeX. This limitation may be overcome by using either the pst-pdf or the pdftricks package, to generate a PDF inclusion from a PSTricks diagram.
14 lines
364 B
Makefile
14 lines
364 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/03/17 18:12:47 minskim Exp $
|
|
|
|
DISTNAME= pstricks
|
|
PKGNAME= tex-${DISTNAME}-2.17
|
|
TEXLIVE_REV= 21291
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= PostScript macros for TeX
|
|
|
|
CONFLICTS= teTeX-texmf<=3.0nb29
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|