[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/93: gnu: Add texlive-fntproof.
From: |
guix-commits |
Subject: |
29/93: gnu: Add texlive-fntproof. |
Date: |
Thu, 20 Jul 2023 05:21:17 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 23ea3e8a405b78cd2b376cd05bfeca222b3fa016
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:50:38 2023 +0200
gnu: Add texlive-fntproof.
* gnu/packages/tex.scm (texlive-fntproof): 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 9fc2109abc..b26cec97fa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2581,6 +2581,29 @@ to apply to page dimensions.")
subtraction, multiplication, division and rounding).")
(license license:lppl1.2+)))
+(define-public texlive-fntproof
+ (package
+ (name "texlive-fntproof")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/fntproof/"
+ "tex/generic/fntproof/")
+ (base32
+ "0pw0nw0dalnxqxpfgpw4pglngz3iff8sxxfdn89ygz46sv6427n5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fntproof")
+ (synopsis "Programmable font test pattern generator")
+ (description
+ "The package implements all the font testing commands of Knuth's
+@file{testfont.tex}, but arranges that information necessary for each command
+is supplied as arguments to that command, rather than prompted for. This
+makes it possible to type all the tests in one command line, and easy to input
+the package in a file and to use the commands there. A few additional
+commands supporting this last purpose are also made available.")
+ (license license:public-domain)))
+
(define-public texlive-fontools
(package
(name "texlive-fontools")
- 13/93: gnu: Add texlive-crossrefenum., (continued)
- 13/93: gnu: Add texlive-crossrefenum., guix-commits, 2023/07/20
- 17/93: gnu: Add texlive-docbytex., guix-commits, 2023/07/20
- 19/93: gnu: Add texlive-eijkhout., guix-commits, 2023/07/20
- 20/93: gnu: Add texlive-encxvlna., guix-commits, 2023/07/20
- 21/93: gnu: Add texlive-epigram., guix-commits, 2023/07/20
- 23/93: gnu: Add texlive-expex-acro., guix-commits, 2023/07/20
- 15/93: gnu: Add texlive-dinat., guix-commits, 2023/07/20
- 25/93: gnu: Add texlive-fenixpar., guix-commits, 2023/07/20
- 26/93: gnu: Add texlive-figflow., guix-commits, 2023/07/20
- 27/93: gnu: Add texlive-fixpdfmag., guix-commits, 2023/07/20
- 29/93: gnu: Add texlive-fntproof.,
guix-commits <=
- 30/93: gnu: Add texlive-font-change., guix-commits, 2023/07/20
- 32/93: gnu: Add texlive-getoptk., guix-commits, 2023/07/20
- 39/93: gnu: Add texlive-inputnormalization., guix-commits, 2023/07/20
- 12/93: gnu: Add texlive-compare., guix-commits, 2023/07/20
- 14/93: gnu: Add texlive-cweb-old., guix-commits, 2023/07/20
- 36/93: gnu: Add texlive-gtl., guix-commits, 2023/07/20
- 40/93: gnu: Add texlive-insbox., guix-commits, 2023/07/20
- 42/93: gnu: Add texlive-lambda-lists., guix-commits, 2023/07/20
- 45/93: gnu: Add texlive-letterspacing., guix-commits, 2023/07/20
- 48/93: gnu: Add texlive-midnight., guix-commits, 2023/07/20