gnu: Add texlive-jmn.

* gnu/packages/tex.scm (texlive-jmn): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-18 18:44:34 +02:00
parent 9c12969736
commit 2d48e1a18b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6730,6 +6730,23 @@ (define-public texlive-jknapltx
(define-deprecated-package texlive-latex-jknapltx texlive-jknapltx)
(define-deprecated-package texlive-jknappen texlive-jknapltx)
(define-public texlive-jmn
(package
(name "texlive-jmn")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "fonts/afm/jmn/hans/" "fonts/enc/dvips/jmn/"
"fonts/map/dvips/jmn/" "fonts/tfm/jmn/hans/"
"fonts/type1/jmn/hans/")
(base32
"0iq5ky3llx50smw80lpylv11jmqc51m5yrhlslz3sakmgdqgg1yi")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/jmn")
(synopsis "Special fonts for ConTeXt")
(description "This ConTeXt module provides special fonts.")
(license license:bsd-2))) ;as the whole ConTeXt project
(define-public texlive-kvoptions
(package
(name "texlive-kvoptions")