gnu: Add texlive-courierten.

* gnu/packages/tex.scm (texlive-courierten): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 11:59:49 +02:00
parent 3ed52bed91
commit 63c498c05b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9104,6 +9104,31 @@ (define-public texlive-courier-scaled
for sans serif).")
(license license:lppl1.2+)))
(define-public texlive-courierten
(package
(name "texlive-courierten")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/courierten/"
"fonts/enc/dvips/courierten/"
"fonts/map/dvips/courierten/"
"fonts/opentype/public/courierten/"
"fonts/tfm/public/courierten/"
"fonts/type1/public/courierten/"
"fonts/vf/public/courierten/"
"tex/latex/courierten/")
(base32
"0xfra9x03zjx7jsk48kj7mmjng3rs45ydj258c4s6inl91m7i9w0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/courierten")
(synopsis "Courier 10 Pitch BT with LaTeX support")
(description
"This is the font Courier 10 Pitch BT, with LaTeX support and an OpenType
conversion as well.")
(license license:expat)))
(define-public texlive-covington
(package
(name "texlive-covington")