me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-carolmin-ps.

* gnu/packages/tex.scm (texlive-carolmin-ps): New variable.
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
1 changed files with 23 additions and 0 deletions

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.")
(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
(package
(name "texlive-cartonaugh")