diff options
author | minskim <minskim> | 2010-09-24 16:29:12 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-09-24 16:29:12 +0000 |
commit | 38cc70e2814d076d96ccfff104c8db5f40014848 (patch) | |
tree | 8605e14787aa8ddaef57a1e7f01048fe57bbbbfe /print/tex-underscore | |
parent | 8d7c53c2170d7270a09afb15dae37dc1466822f0 (diff) | |
download | pkgsrc-38cc70e2814d076d96ccfff104c8db5f40014848.tar.gz |
Import tex-underscore-2010 as print/tex-underscore.
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.
Diffstat (limited to 'print/tex-underscore')
-rw-r--r-- | print/tex-underscore/DESCR | 6 | ||||
-rw-r--r-- | print/tex-underscore/Makefile | 13 | ||||
-rw-r--r-- | print/tex-underscore/PLIST | 2 | ||||
-rw-r--r-- | print/tex-underscore/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/tex-underscore/DESCR b/print/tex-underscore/DESCR new file mode 100644 index 00000000000..b5677ccfc81 --- /dev/null +++ b/print/tex-underscore/DESCR @@ -0,0 +1,6 @@ +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. diff --git a/print/tex-underscore/Makefile b/print/tex-underscore/Makefile new file mode 100644 index 00000000000..52e1140fd91 --- /dev/null +++ b/print/tex-underscore/Makefile @@ -0,0 +1,13 @@ +# $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" diff --git a/print/tex-underscore/PLIST b/print/tex-underscore/PLIST new file mode 100644 index 00000000000..37c4a482c5f --- /dev/null +++ b/print/tex-underscore/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/24 16:29:12 minskim Exp $ +share/texmf-dist/tex/latex/underscore/underscore.sty diff --git a/print/tex-underscore/distinfo b/print/tex-underscore/distinfo new file mode 100644 index 00000000000..82fd0b90cf8 --- /dev/null +++ b/print/tex-underscore/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/09/24 16:29:12 minskim Exp $ + +SHA1 (tex-underscore-18261/underscore.tar.xz) = 1e72e99be4c9fbf1b4895db883e23c0c89e64d63 +RMD160 (tex-underscore-18261/underscore.tar.xz) = 48c22d2d37c9b245ffc44cfe3bb5a54a89448f5e +Size (tex-underscore-18261/underscore.tar.xz) = 4708 bytes |