This package is the principal package in the AMS-LaTeX distribution. It adapts for use in LaTeX most of the mathematical features found in AMS-TeX; it is a near-indispensable adjunct to serious mathematical typesetting in LaTeX. When amsmath is loaded, AMS-LaTeX packages amsbsy (for bold symbols), amsopn (for operator names) and amstext (for text embdedded in mathematics) are also loaded. Amsmath is part of the LaTeX required distribution; however, several contributed packages add still further to its appeal; examples are empheq, which provides functions for decorating and highlighting mathematics, and ntheorem, for specifying theorem (and similar) definitions.
14 lines
369 B
Makefile
14 lines
369 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/04/28 01:17:12 minskim Exp $
|
|
# TeX Live Revision 7983
|
|
|
|
DISTNAME= amsmath
|
|
PKGNAME= tex-${DISTNAME}-2.13
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= AMS mathematical facilities for LaTeX
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb13
|
|
DEPENDS+= tex-ams-[0-9]*:../../print/tex-ams
|
|
|
|
.include "../../print/texlive/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|