Archived
1
0
Fork 0

gnu: Add texlive-carolmin-ps.

* gnu/packages/tex.scm (texlive-carolmin-ps): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 11:52:30 +02:00
parent ae982de27a
commit b50d5a89dd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6998,6 +6998,29 @@ package using FontForge from its sources, for full support with Dvips.")
the Carlito family of sans serif fonts, designed by Lukasz Dziedzic.") the Carlito family of sans serif fonts, designed by Lukasz Dziedzic.")
(license license:silofl1.1))) (license license:silofl1.1)))
(define-public texlive-carolmin-ps
(package
(name "texlive-carolmin-ps")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/carolmin-ps/"
"fonts/afm/public/carolmin-ps/"
"fonts/map/dvips/carolmin-ps/"
"fonts/type1/public/carolmin-ps/")
(base32
"1867h17l0ms2schmbrsjm4gajfmckm2x7ny2ijd9vf232l7s1b53")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/carolmin-t1")
(synopsis "Adobe Type 1 format of Carolingian Minuscule fonts")
(description
"The bundle offers Adobe Type 1 format versions of Peter Wilson's
Carolingian Minuscule font set (part of the @code{bookhands} collection). The
fonts in the bundle are ready-to-use replacements for the Metafont
originals.")
(license license:lppl)))
(define-public texlive-cartonaugh (define-public texlive-cartonaugh
(package (package
(name "texlive-cartonaugh") (name "texlive-cartonaugh")