aafcdc76cf
The acmtrans2e class formats articles in the style of ACM transactions. Users who have prepared their document with LaTeX can, with very little effort, produce camera-ready copy for these journals. The accompanying BibTeX style is based on the chicago style.
13 lines
352 B
Makefile
13 lines
352 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/07/18 23:33:56 minskim Exp $
|
|
# TeX Live Revision 7340
|
|
|
|
DISTNAME= acmtrans
|
|
PKGNAME= tex-${DISTNAME}-2008.7340
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Class and BibTeX style for ACM Transactions
|
|
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
|
|
.include "../../print/texlive/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|