gnu: Add texlive-yinit-otf.

* gnu/packages/tex.scm (texlive-yinit-otf): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 13:09:50 +02:00
parent fa0d6baf7c
commit 924b0cb5d4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -26294,6 +26294,26 @@ Fraktur fonts of Yannis Haralambous set of old German fonts.")
and a LaTeX package for using them.")
(license license:lppl1.3c)))
(define-public texlive-yinit-otf
(package
(name "texlive-yinit-otf")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/yinit-otf/"
"fonts/opentype/public/yinit-otf/")
(base32
"0p3a56kg63smsgwr0vlfzjxrdw11j3777y09gdbdd1cc50r9p3zx")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/yinit-otf")
(synopsis
"OTF conversion of Yannis Haralambous' Old German decorative initials")
(description
"This package is a conversion of the @code{yinit} font into OTF.
Original Metafont files for @code{yinit} are in the @code{yinit} package.")
(license license:public-domain)))
(define-public texlive-youngtab
(package
(name "texlive-youngtab")