91563776dc
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.
13 lines
338 B
Makefile
13 lines
338 B
Makefile
# $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"
|