A LaTeX2e package to help change the style of any or all of LaTeX's sectional headers in the article, book, or report classes. Examples include the addition of rules above or below a section title.
13 lines
313 B
Makefile
13 lines
313 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/07/10 00:47:25 minskim Exp $
|
|
# TeX Live Revision 7340
|
|
|
|
DISTNAME= sectsty
|
|
PKGNAME= tex-${DISTNAME}-2.0.2
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Control sectional headers
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb17
|
|
|
|
.include "../../print/texlive/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|