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/tex-fncylab/Makefile | |
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/tex-fncylab/Makefile')
-rw-r--r-- | print/tex-fncylab/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
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" |