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.
This commit is contained in:
parent
56bc1d33bf
commit
450b9c3633
6 changed files with 32 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
5
print/tex-anyfontsize/DESCR
Normal file
5
print/tex-anyfontsize/DESCR
Normal file
|
@ -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.
|
15
print/tex-anyfontsize/Makefile
Normal file
15
print/tex-anyfontsize/Makefile
Normal file
|
@ -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"
|
2
print/tex-anyfontsize/PLIST
Normal file
2
print/tex-anyfontsize/PLIST
Normal file
|
@ -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
|
6
print/tex-anyfontsize/distinfo
Normal file
6
print/tex-anyfontsize/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue