c81216be44
Defines an array/matrix-type environment that is used with the subfigure package to automate the placement of subfigures (or tables or text). The subfigures are placed left-to-right, top- to-bottom.
11 lines
298 B
Makefile
11 lines
298 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/09/17 22:56:48 minskim Exp $
|
|
|
|
DISTNAME= subfigmat
|
|
PKGNAME= tex-${DISTNAME}-1.0
|
|
TEXLIVE_REV= 20308
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Automates layout when using the subfigure package
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|