gnu: Add texlive-levy.

* gnu/packages/tex.scm (texlive-levy): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-14 18:46:54 +02:00
parent 11ececc7f9
commit e9877e2e7b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11844,6 +11844,28 @@ (define-public texlive-letterspacing
considered acceptable in modern typesetting of English.")
(license license:knuth)))
(define-public texlive-levy
(package
(name "texlive-levy")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/levy/"
"fonts/source/public/levy/"
"fonts/tfm/public/levy/" "tex/generic/levy/")
(base32
"1nkfsq5k2rysgsplv6rhvx8fimd7999dylzd2khvw7flryig32nv")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/levy-font")
(synopsis "Fonts for typesetting classical Greek")
(description
"These fonts are derivatives of Kunth's CM fonts. Macros for use with
Plain TeX are included in the package; for use with LaTeX, see @code{lgreek}
(with English documentation) or @code{levy} (with German documentation).")
(license license:gpl2)))
(define-public texlive-localloc
(package
(name "texlive-localloc")