ab4937c9bc
This package implements a variant of tabular-like environments where columns can be given a name and entries can flexibly be placed between arbitrary columns. Complex alignment-based layouts, for example for program code, are possible.
11 lines
305 B
Makefile
11 lines
305 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 21:47:13 markd Exp $
|
|
# TeX Live Revision 15878
|
|
|
|
DISTNAME= polytable
|
|
PKGNAME= tex-${DISTNAME}-0.8.2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Tabular-like environments with named columns
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|