gnu: Add texlive-cbfonts.

* gnu/packages/tex.scm (texlive-cbfonts): New variable.
This commit is contained in:
Maxim Cournoyer 2022-04-20 21:45:44 -04:00
parent 75646d51c2
commit ee96537d0c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -915,6 +915,25 @@ (define-public texlive-fontname
documents.")
(license license:public-domain)))
(define-public texlive-cbfonts ;71 MiB of greek fonts
(package
(inherit (simple-texlive-package
"texlive-cbfonts"
(list "/doc/fonts/cbfonts/"
"/fonts/type1/public/cbfonts/")
(base32
"01j22cbwq9jkni5vvrpz2mg1799cbx3aq801sni74i8wb1zcf6y1")
#:trivial? #t))
(propagated-inputs (list texlive-cbfonts-fd))
(home-page "https://www.ctan.org/pkg/cbgreek-complete")
(synopsis "Complete set of Greek fonts")
(description "This bundle presents the whole of Beccari's original Greek
font set, which use the @i{Lispiakos} font shape derived from the shape of the
fonts used in printers' shops in Lispia. The fonts are available both as
Metafont source and in Adobe Type 1 format, and at the same wide set of design
sizes as are such font sets as the EC fonts.")
(license license:lppl1.3c+)))
(define-public texlive-cbfonts-fd
(package
(inherit (simple-texlive-package