ef436c80a1
This package provides support for setting the spacing between lines in a document. Package options include singlespacing, onehalfspacing, and doublespacing. Alternatively the spacing can be changed as required with the \singlespacing, \onehalfspacing, and \doublespacing commands. Other size spacings also available.
13 lines
310 B
Makefile
13 lines
310 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/07/10 00:50:27 minskim Exp $
|
|
# TeX Live Revision 7340
|
|
|
|
DISTNAME= setspace
|
|
PKGNAME= tex-${DISTNAME}-6.7
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Set space between lines
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb17
|
|
|
|
.include "../../print/texlive/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|