diff options
author | minskim <minskim> | 2010-05-25 07:33:02 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-05-25 07:33:02 +0000 |
commit | 373070d7b5f5c00a8c87445c8758f3fe1ae69756 (patch) | |
tree | 8f551244b1476ab62302851d676f5104a5f75b15 /print | |
parent | 82edb00ac34d1a3fea782adc3ce564eddcbf371b (diff) | |
download | pkgsrc-373070d7b5f5c00a8c87445c8758f3fe1ae69756.tar.gz |
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.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-nolbreaks/DESCR | 5 | ||||
-rw-r--r-- | print/tex-nolbreaks/Makefile | 11 | ||||
-rw-r--r-- | print/tex-nolbreaks/PLIST | 2 | ||||
-rw-r--r-- | print/tex-nolbreaks/distinfo | 5 |
4 files changed, 23 insertions, 0 deletions
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 |