gnu: Add texlive-ethiop-t1.

* gnu/packages/tex.scm (texlive-ethiop-t1): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 10:52:23 +02:00
parent f5180e24b2
commit 3b18e4d1af
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11236,6 +11236,26 @@ (define-public texlive-ethiop
macros use the Babel framework.")
(license license:gpl3+)))
(define-public texlive-ethiop-t1
(package
(name "texlive-ethiop-t1")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ethiop-t1/"
"fonts/map/dvips/ethiop-t1/"
"fonts/type1/public/ethiop-t1/")
(base32
"19n6i61db88nhhkq9gg3gfr3sgpaf1ylr41l0xdhpfkn71y7par1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ethiop-t1")
(synopsis "Type 1 versions of Amharic fonts")
(description
"These fonts provided in this package are drop-in Adobe type
1 replacements for the fonts of the @code{ethiop} package.")
(license license:gpl3+)))
(define-public texlive-expex-acro
(package
(name "texlive-expex-acro")