mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add texlive-ecc.
* gnu/packages/tex.scm (texlive-ecc): New variable.
This commit is contained in:
parent
9a717b6f60
commit
5aef2a1114
1 changed files with 22 additions and 0 deletions
|
@ -10676,6 +10676,28 @@ (define-public texlive-ebgaramond-maths
|
|||
mathematics.")
|
||||
(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
|
||||
(package
|
||||
(name "texlive-ecltree")
|
||||
|
|
Loading…
Reference in a new issue