gnu: Add texlive-nfssext-cfr.

* gnu/packages/tex.scm (texlive-nfssext-cfr): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:56:37 +02:00
parent bf9976b8bb
commit a61800e7da
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -90138,6 +90138,25 @@ (define-public texlive-nextpage
generated.")
(license license:lppl)))
(define-public texlive-nfssext-cfr
(package
(name "texlive-nfssext-cfr")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/nfssext-cfr/"
"tex/latex/nfssext-cfr/")
(base32
"1jbxqkcn84ldap7j6ln64763wy73z3acp52a3zjgadx9m3rfp27r")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/nfssext-cfr")
(synopsis "Extensions to the LaTeX NFSS")
(description
"The package is a development of @file{nfssext.sty}, distributed with the
examples for the font installation guide.")
(license license:lppl1.3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar