diff options
author | minskim <minskim> | 2010-04-26 17:17:27 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-04-26 17:17:27 +0000 |
commit | 36dad06735ca798f80822ae73383a8e0da54cf48 (patch) | |
tree | 263ebc22e9ad47edf08d67999608ebe0da125b33 /print | |
parent | b09f2285e8168f11a93891da9a5e3eadb3991c18 (diff) | |
download | pkgsrc-36dad06735ca798f80822ae73383a8e0da54cf48.tar.gz |
Import tex-fncylab-1.0 as print/tex-fncylab.
LaTeX provides a mechanism for altering the appearance of references
to labels, but it's somewhat flawed, and requires that the user
manipulate internal commands. The package fixes the flaw in LaTeX,
and provides a \labelformat command for changing the format of
references to labels. The package also provides a \Ref command to
make reference to such redefined labels at the start of a sentence.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-fncylab/DESCR | 6 | ||||
-rw-r--r-- | print/tex-fncylab/Makefile | 13 | ||||
-rw-r--r-- | print/tex-fncylab/PLIST | 2 | ||||
-rw-r--r-- | print/tex-fncylab/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/tex-fncylab/DESCR b/print/tex-fncylab/DESCR new file mode 100644 index 00000000000..9e6c4eaa792 --- /dev/null +++ b/print/tex-fncylab/DESCR @@ -0,0 +1,6 @@ +LaTeX provides a mechanism for altering the appearance of references +to labels, but it's somewhat flawed, and requires that the user +manipulate internal commands. The package fixes the flaw in LaTeX, +and provides a \labelformat command for changing the format of +references to labels. The package also provides a \Ref command to +make reference to such redefined labels at the start of a sentence. diff --git a/print/tex-fncylab/Makefile b/print/tex-fncylab/Makefile new file mode 100644 index 00000000000..db1c77d3a95 --- /dev/null +++ b/print/tex-fncylab/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/26 17:17:27 minskim Exp $ +# TeX Live Revision 17382 + +DISTNAME= fncylab +PKGNAME= tex-${DISTNAME}-1.0 + +MAINTAINER= minskim@NetBSD.org +COMMENT= LaTeX package to alter the format of \label references + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-fncylab/PLIST b/print/tex-fncylab/PLIST new file mode 100644 index 00000000000..4b4cf085d59 --- /dev/null +++ b/print/tex-fncylab/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/26 17:17:27 minskim Exp $ +share/texmf-dist/tex/latex/fncylab/fncylab.sty diff --git a/print/tex-fncylab/distinfo b/print/tex-fncylab/distinfo new file mode 100644 index 00000000000..46bb941e680 --- /dev/null +++ b/print/tex-fncylab/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/26 17:17:27 minskim Exp $ + +SHA1 (tex-fncylab-1.0/fncylab.tar.xz) = 0b584289a8df2d482d8bbf562e1fe14cacdb1e99 +RMD160 (tex-fncylab-1.0/fncylab.tar.xz) = e703da57550905927b0e42531c88d95c47712344 +Size (tex-fncylab-1.0/fncylab.tar.xz) = 1548 bytes |