diff options
author | manu <manu@pkgsrc.org> | 2022-02-02 15:23:39 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2022-02-02 15:23:39 +0000 |
commit | cb42327c1bf42d3d4853b635c8edbbbd1adc07f8 (patch) | |
tree | a7113bd92604fddc3073eaf7b9540b3e8772037d | |
parent | 41b5f5433c9ed51aca1f1f8f08d51d5629e57812 (diff) | |
download | pkgsrc-cb42327c1bf42d3d4853b635c8edbbbd1adc07f8.tar.gz |
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.
-rw-r--r-- | doc/CHANGES-2022 | 3 | ||||
-rw-r--r-- | print/Makefile | 3 | ||||
-rw-r--r-- | print/tex-anyfontsize/DESCR | 5 | ||||
-rw-r--r-- | print/tex-anyfontsize/Makefile | 15 | ||||
-rw-r--r-- | print/tex-anyfontsize/PLIST | 2 | ||||
-rw-r--r-- | print/tex-anyfontsize/distinfo | 6 |
6 files changed, 32 insertions, 2 deletions
diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 898dda6cbe1..ffa452131c9 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.576 2022/02/02 15:19:02 manu Exp $ +$NetBSD: CHANGES-2022,v 1.577 2022/02/02 15:23:39 manu Exp $ Changes to the packages collection and infrastructure in 2022: @@ -750,3 +750,4 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/hgrep to 0.2.3 [pin 2022-02-02] Updated net/nagios-plugin-dotpid to 0.7 [manu 2022-02-02] Added print/tex-tikzpagenodes version 1.1 [manu 2022-02-02] + Added print/tex-anyfontsize version 1.6 [manu 2022-02-02] diff --git a/print/Makefile b/print/Makefile index 5cc52d44b57..0a630102021 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.817 2022/02/02 15:19:02 manu Exp $ +# $NetBSD: Makefile,v 1.818 2022/02/02 15:23:40 manu Exp $ # COMMENT= Desktop publishing @@ -227,6 +227,7 @@ SUBDIR+= tex-answers SUBDIR+= tex-answers-doc SUBDIR+= tex-antomega SUBDIR+= tex-antomega-doc +SUBDIR+= tex-anyfontsize SUBDIR+= tex-anysize SUBDIR+= tex-anysize-doc SUBDIR+= tex-apa6 diff --git a/print/tex-anyfontsize/DESCR b/print/tex-anyfontsize/DESCR new file mode 100644 index 00000000000..3a835636448 --- /dev/null +++ b/print/tex-anyfontsize/DESCR @@ -0,0 +1,5 @@ +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. diff --git a/print/tex-anyfontsize/Makefile b/print/tex-anyfontsize/Makefile new file mode 100644 index 00000000000..961ed46b88c --- /dev/null +++ b/print/tex-anyfontsize/Makefile @@ -0,0 +1,15 @@ +# $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" diff --git a/print/tex-anyfontsize/PLIST b/print/tex-anyfontsize/PLIST new file mode 100644 index 00000000000..119846d0abe --- /dev/null +++ b/print/tex-anyfontsize/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2022/02/02 15:23:40 manu Exp $ +share/texmf-dist/tex/latex/anyfontsize/anyfontsize.sty diff --git a/print/tex-anyfontsize/distinfo b/print/tex-anyfontsize/distinfo new file mode 100644 index 00000000000..11614f1ba9c --- /dev/null +++ b/print/tex-anyfontsize/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2022/02/02 15:23:40 manu Exp $ + +SHA1 (anyfontsize.r17050.tar.xz) = 631f40de4433faba19f7a3365808c309c7ad1d2d +RMD160 (anyfontsize.r17050.tar.xz) = 276cf25600fa2f9d8a226187c62de6e4cb284f2e +SHA512 (anyfontsize.r17050.tar.xz) = 31d1c235d011998043663bc1f5729bd40c5b90996627038be612115daef2b3526c9e616b16c251d6b653d5bad82beee62a7dcfc3b8c10feec0850729afb294ea +Size (anyfontsize.r17050.tar.xz) = 2112 bytes |