gnu: Add texlive-nevelok.

* gnu/packages/tex.scm (texlive-nevelok): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 18:10:35 +02:00
parent ac70d44970
commit 9de7c400f9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5773,6 +5773,24 @@ (define-public texlive-nchairx
environments for quickly creating nice mathematical documents.")
(license license:lppl1.3+)))
(define-public texlive-nevelok
(package
(name "texlive-nevelok")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/nevelok/" "source/latex/nevelok/"
"tex/latex/nevelok/")
(base32
"02g60npy2hp181vnzpna7h2544y7bnbi9y6srpm7kjmd6immm7qn")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/nevelok")
(synopsis "LaTeX package for automatic definite articles for Hungarian")
(description
"This LaTeX package provides automatic definite articles for Hungarian.")
(license license:lppl1.3+)))
(define-public texlive-nicematrix
(package
(name "texlive-nicematrix")