[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
117/296: gnu: Add texlive-anyfontsize.
From: |
guix-commits |
Subject: |
117/296: gnu: Add texlive-anyfontsize. |
Date: |
Thu, 24 Aug 2023 05:20:24 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 9acb757ea64e8d0b235a9a60aa08574ce1536234
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:09:11 2023 +0200
gnu: Add texlive-anyfontsize.
* gnu/packages/tex.scm (texlive-anyfontsize): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index acf31dfb2c..b729e5b02e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2760,6 +2760,29 @@ of LaTeX documents to Lambda).")
final exams in the @acronym{ANU, Australian National University}.")
(license license:gpl3+)))
+(define-public texlive-anyfontsize
+ (package
+ (name "texlive-anyfontsize")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/anyfontsize/"
+ "tex/latex/anyfontsize/")
+ (base32
+ "0wr4brhggmkb1rwzmcc2r5ygzqp6090z0bp3sfbarwvwz903wpdn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/anyfontsize")
+ (synopsis "Select any font size in LaTeX")
+ (description
+ "The package allows the to user select any font size , even those sizes
+that are not listed in the @file{.fd} file. If such a size is requested,
+LaTeX will search for and select the nearest listed size; @code{anyfontsize}
+will then scale the font to the size actually requested. Similar
+functionality is available for the CM family, for the EC family, or for either
+Computer Modern encoding; the present package generalises the facility.")
+ (license license:lppl)))
+
(define-public texlive-aomart
(package
(name "texlive-aomart")
- 140/296: gnu: Add texlive-mucproc., (continued)
- 140/296: gnu: Add texlive-mucproc., guix-commits, 2023/08/24
- 145/296: gnu: Add texlive-mynsfc., guix-commits, 2023/08/24
- 148/296: gnu: Add texlive-nddiss., guix-commits, 2023/08/24
- 144/296: gnu: Add texlive-muthesis., guix-commits, 2023/08/24
- 87/296: gnu: Add texlive-hfutthesis., guix-commits, 2023/08/24
- 88/296: gnu: Add texlive-hithesis., guix-commits, 2023/08/24
- 94/296: gnu: Add texlive-icsv., guix-commits, 2023/08/24
- 97/296: gnu: Add texlive-ieeetran., guix-commits, 2023/08/24
- 102/296: gnu: Add texlive-inkpaper., guix-commits, 2023/08/24
- 115/296: gnu: Add texlive-jwjournal., guix-commits, 2023/08/24
- 117/296: gnu: Add texlive-anyfontsize.,
guix-commits <=
- 121/296: gnu: Add texlive-ksp-thesis., guix-commits, 2023/08/24
- 132/296: gnu: Add texlive-matc3mem., guix-commits, 2023/08/24
- 141/296: gnu: Add texlive-mugsthesis., guix-commits, 2023/08/24
- 143/296: gnu: Add texlive-musuos., guix-commits, 2023/08/24
- 146/296: gnu: Add texlive-nature., guix-commits, 2023/08/24
- 153/296: gnu: Add texlive-njustthesis., guix-commits, 2023/08/24
- 154/296: gnu: Add texlive-njuthesis., guix-commits, 2023/08/24
- 100/296: gnu: Add texlive-imac., guix-commits, 2023/08/24
- 110/296: gnu: Add texlive-crefthe., guix-commits, 2023/08/24
- 106/296: gnu: Add texlive-jmlr., guix-commits, 2023/08/24