gnu: Add texlive-evangelion-jfm.

* gnu/packages/tex.scm (texlive-evangelion-jfm): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 13:24:14 +02:00
parent f6ad507de0
commit 3e414a563e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4815,6 +4815,28 @@ (define-public texlive-euclideangeometry
package.")
(license license:lppl1.3c)))
(define-public texlive-evangelion-jfm
(package
(name "texlive-evangelion-jfm")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/luatex/evangelion-jfm/"
"tex/luatex/evangelion-jfm/")
(base32
"1wr55p96v9x58l0bqcnrbs1q47pf5v0rj8pmclfv0jx9mzc3d5j7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/evangelion-jfm")
(synopsis "Japanese font metric supporting many advanced features")
(description
"This package provides a Japanese font metric supporting vertical and
horizontal typesetting, linegap punctuations, extended fonts, and more
interesting and helpful features using traditional and simplified Chinese or
Japanese fonts under LuaTeX-ja. It also makes full use of the priority
feature, meeting the standards, and allows easy customisation.")
(license license:expat)))
(define-public texlive-expose-expl3-dunkerque-2019
(package
(name "texlive-expose-expl3-dunkerque-2019")