d53545912f
Use \nolbreaks{some text} to prevent line breaks in "some text". This has the advantage over \mbox{} that glue (rubber space) remains flexible. Most common cases are handled here (\linebreak is disabled, for example) but spaces hidden in macros or { } can still create break-points.
11 lines
271 B
Makefile
11 lines
271 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/05/25 07:33:02 minskim Exp $
|
|
|
|
DISTNAME= nolbreaks
|
|
PKGNAME= tex-${DISTNAME}-1.0
|
|
TEXLIVE_REV= 18127
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= No line breaks in text
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|