gnu: Add texlive-euro-ce.

* gnu/packages/tex.scm (texlive-euro-ce): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-18 16:28:49 +02:00
parent 43d577c053
commit 58e566092d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11624,6 +11624,27 @@ (define-public texlive-euro
Further rates can be added easily.")
(license license:lppl)))
(define-public texlive-euro-ce
(package
(name "texlive-euro-ce")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/euro-ce/"
"fonts/source/public/euro-ce/"
"fonts/tfm/public/euro-ce/")
(base32
"0vyh6ln2wdn42g5r1rg0gqf6q39ny7ldv2b6ikw8b029bdg5079p")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/euro-ce")
(synopsis "Euro and CE sign font")
(description
"This package provides Metafont source for the Euro and CE symbols in
several variants, designed to fit with the Computer Modern-set text.")
(license license:bsd-3))) ;from "euro-ce.doc"
(define-public texlive-eurosym
(package
(name "texlive-eurosym")