Consists of two environments: algorithm and algorithmic. The algorithm package defines a floating algorithm environment designed to work with the algorithmic style. Within an algorithmic environment a number of commands for typesetting popular algorithmic constructs are available.
18 lines
578 B
Makefile
18 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/07/16 23:25:23 minskim Exp $
|
|
# TeX Live Revision 7340
|
|
|
|
DISTNAME= algorithms
|
|
PKGNAME= tex-${DISTNAME}-2008.7340
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= A suite of tools for typesetting algorithms in pseudo-code
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb19
|
|
DEPENDS+= tex-float-[0-9]*:../../print/tex-float
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
|
|
.include "../../print/texlive/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|