From 5d5e81b07b176bcb2e1e64833bf6c4242d2783d5 Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 25 May 2010 07:33:02 +0000 Subject: Import tex-nolbreaks-1.0 as print/tex-nolbreaks. 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. --- print/tex-nolbreaks/DESCR | 5 +++++ print/tex-nolbreaks/Makefile | 11 +++++++++++ print/tex-nolbreaks/PLIST | 2 ++ print/tex-nolbreaks/distinfo | 5 +++++ 4 files changed, 23 insertions(+) create mode 100644 print/tex-nolbreaks/DESCR create mode 100644 print/tex-nolbreaks/Makefile create mode 100644 print/tex-nolbreaks/PLIST create mode 100644 print/tex-nolbreaks/distinfo (limited to 'print') diff --git a/print/tex-nolbreaks/DESCR b/print/tex-nolbreaks/DESCR new file mode 100644 index 00000000000..dcb00fda954 --- /dev/null +++ b/print/tex-nolbreaks/DESCR @@ -0,0 +1,5 @@ +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. diff --git a/print/tex-nolbreaks/Makefile b/print/tex-nolbreaks/Makefile new file mode 100644 index 00000000000..bce4b0bb47e --- /dev/null +++ b/print/tex-nolbreaks/Makefile @@ -0,0 +1,11 @@ +# $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" diff --git a/print/tex-nolbreaks/PLIST b/print/tex-nolbreaks/PLIST new file mode 100644 index 00000000000..3a5e0536a0e --- /dev/null +++ b/print/tex-nolbreaks/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/25 07:33:02 minskim Exp $ +share/texmf-dist/tex/latex/nolbreaks/nolbreaks.sty diff --git a/print/tex-nolbreaks/distinfo b/print/tex-nolbreaks/distinfo new file mode 100644 index 00000000000..0ac11b7c696 --- /dev/null +++ b/print/tex-nolbreaks/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/05/25 07:33:02 minskim Exp $ + +SHA1 (tex-nolbreaks-18127/nolbreaks.tar.xz) = c3aa2b14c27ce08e9d2463f928d567d282630161 +RMD160 (tex-nolbreaks-18127/nolbreaks.tar.xz) = 422fbc0bda593c71b4663bf3fa6f2ff8bf12482f +Size (tex-nolbreaks-18127/nolbreaks.tar.xz) = 1364 bytes -- cgit v1.2.3