pkgsrc/print/tex-anyfontsize/Makefile
manu 450b9c3633 Added print/tex-anyfontsize version 1.6
The package allows the to user select any font size (via e.g.
\fontsize{...}{...}\selectfont), even those sizes that are not
listed in the .fd file. If such a size is requested, LaTeX will
search for and select the nearest listed size; anyfontsize will
then scale the font to the size actually requested.
2022-02-02 15:23:39 +00:00

15 lines
390 B
Makefile

# $NetBSD: Makefile,v 1.1 2022/02/02 15:23:40 manu Exp $
DISTNAME= anyfontsize
PKGNAME= tex-${DISTNAME}-1.6
TEXLIVE_REV= 17050
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/anyfontsize
COMMENT= Select any font size in LaTeX
LICENSE= lppl-1.3c
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"