9572721120
With the package, \_ in text mode (i.e., \textunderscore) prints an underscore so that hyphenation of words either side of it is not affected; a package option controls whether an actual hyphenation point appears after the underscore, or merely a break point. The package also arranges that, while in text, '_' itself behaves as \textunderscore (the behaviour of _ in maths mode is not affected.
13 lines
317 B
Makefile
13 lines
317 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/09/24 16:29:12 minskim Exp $
|
|
|
|
DISTNAME= underscore
|
|
PKGNAME= tex-${DISTNAME}-2010
|
|
TEXLIVE_REV= 18261
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Control the behaviour of "_" in text
|
|
|
|
CONFLICTS+= tex-ltxmisc<2010
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|