me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ecc.

* gnu/packages/tex.scm (texlive-ecc): New variable.
Nicolas Goaziou 2023-08-21 12:11:28 +02:00
parent 9a717b6f60
commit 5aef2a1114
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -10676,6 +10676,28 @@ are provided.")
mathematics.") mathematics.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-ecc
(package
(name "texlive-ecc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/ecc/" "fonts/source/public/ecc/"
"fonts/tfm/public/ecc/")
(base32
"06mznqh1k9ff8rpifxkphv3yk9ym6zcvz3x1ksk677n6fp5a5jkh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-ec texlive-metafont))
(home-page "https://ctan.org/pkg/ecc")
(synopsis "Sources for the European Concrete fonts")
(description
"The Metafont sources and TFM files of the European Concrete Fonts.
This is the T1-encoded extension of Knuth's Concrete fonts, including also the
corresponding text companion fonts. Adobe Type 1 versions of the fonts are
available as part of the @code{cm-super} font bundle.")
(license license:lppl)))
(define-public texlive-ecltree (define-public texlive-ecltree
(package (package
(name "texlive-ecltree") (name "texlive-ecltree")