[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/93: gnu: Add texlive-plnfss.
From: |
guix-commits |
Subject: |
63/93: gnu: Add texlive-plnfss. |
Date: |
Thu, 20 Jul 2023 05:21:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 7151746bb58ab42d7b55f36bfa7611f1ad703197
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:01:21 2023 +0200
gnu: Add texlive-plnfss.
* gnu/packages/tex.scm (texlive-plnfss): 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 3066a7d1f9..ba05d076ff 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3437,6 +3437,29 @@ documents. The paragraphs generated contain many
f-groups (@samp{ff},
use.")
(license license:lppl)))
+(define-public texlive-plnfss
+ (package
+ (name "texlive-plnfss")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/plnfss/" "tex/plain/plnfss/")
+ (base32
+ "1cgnp8y9m0ziq1pfvjx83vi0r0k5xpckk0kiijy0g80wd3s4zbsd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/plnfss")
+ (synopsis "Font selection for Plain TeX")
+ (description
+ "Plnfss is a set of macros to provide easy font access (somewhat similar
+to NFSS but with some limitations) with Plain TeX. Plnfss can automatically
+make use of PSNFSS @code{fd} files, i.e., when an Adobe Type 1 is used the
+relevant @code{fd} file will be loaded automatically. For @code{cmr}-like
+fonts (@code{ec}, @code{vnr}, @code{csr} or @code{plr} fonts), a special
+format called @code{pfd} (plain @code{fd}) is required and must be loaded
+manually.")
+ (license license:lppl)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 54/93: gnu: Add texlive-olsak-misc., (continued)
- 54/93: gnu: Add texlive-olsak-misc., guix-commits, 2023/07/20
- 60/93: gnu: Add texlive-placeins-plain., guix-commits, 2023/07/20
- 33/93: gnu: Add texlive-gfnotation., guix-commits, 2023/07/20
- 38/93: gnu: Add texlive-hyplain., guix-commits, 2023/07/20
- 43/93: gnu: Add texlive-langcode., guix-commits, 2023/07/20
- 47/93: gnu: Add texlive-metatex., guix-commits, 2023/07/20
- 52/93: gnu: Add texlive-newsletr., guix-commits, 2023/07/20
- 53/93: gnu: Add texlive-ofs., guix-commits, 2023/07/20
- 51/93: gnu: Add texlive-navigator., guix-commits, 2023/07/20
- 58/93: gnu: Add texlive-pdfmsym., guix-commits, 2023/07/20
- 63/93: gnu: Add texlive-plnfss.,
guix-commits <=
- 65/93: gnu: Add texlive-present., guix-commits, 2023/07/20
- 68/93: gnu: Add texlive-randomlist., guix-commits, 2023/07/20
- 71/93: gnu: Add texlive-schemata., guix-commits, 2023/07/20
- 72/93: gnu: Add texlive-shade., guix-commits, 2023/07/20
- 73/93: gnu: Add texlive-simplekv., guix-commits, 2023/07/20
- 76/93: gnu: Add texlive-tabto-generic., guix-commits, 2023/07/20
- 67/93: gnu: Add texlive-random., guix-commits, 2023/07/20
- 69/93: gnu: Add texlive-resumemac., guix-commits, 2023/07/20
- 86/93: gnu: Add texlive-varisize., guix-commits, 2023/07/20
- 88/93: gnu: Add texlive-xii-lat., guix-commits, 2023/07/20