304ccdab69
The listing environment is provided and is similar to figure and table, although it is not a floating environment. Includes support for \caption, \label, \ref, and introduces \listoflistings, \listingname, \listlistingname. It produces a .lol file. It does not change \@makecaption (unless the option bigcaptions is used), so packages that change the layout of \caption still work.
13 lines
318 B
Makefile
13 lines
318 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/28 15:58:21 minskim Exp $
|
|
# TeX Live Revision 17373
|
|
|
|
DISTNAME= listing
|
|
PKGNAME= tex-${DISTNAME}-1.2
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Produce formatted program listings
|
|
|
|
CONFLICTS+= tex-ltxmisc<2009
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|