gnu: Add texlive-ncntrsbk.

* gnu/packages/tex.scm (texlive-ncntrsbk): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-18 16:29:25 +02:00
parent 58e566092d
commit 4030bf3b6c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8784,6 +8784,32 @@ (define-public texlive-ncctools
@end itemize")
(license license:lppl)))
(define-public texlive-ncntrsbk
(package
(name "texlive-ncntrsbk")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "dvips/ncntrsbk/"
"fonts/afm/adobe/ncntrsbk/"
"fonts/afm/urw/ncntrsbk/"
"fonts/map/dvips/ncntrsbk/"
"fonts/tfm/adobe/ncntrsbk/"
"fonts/tfm/urw35vf/ncntrsbk/"
"fonts/type1/urw/ncntrsbk/"
"fonts/vf/adobe/ncntrsbk/"
"fonts/vf/urw35vf/ncntrsbk/"
"tex/latex/ncntrsbk/")
(base32
"0i6a48zbn9lg4pwbw8ya2wjjgppwac816fnbpmahm67kknx4d7ij")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/urw-base35")
(synopsis "Replacement for Adobe's New Century Schoolbook font")
(description
"This package provides a drop-in replacement for the New Century
Schoolbook font from Adobe's basic set.")
(license license:gpl3+)))
(define-public texlive-numprint
(package
(name "texlive-numprint")