mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add texlive-nevelok.
* gnu/packages/tex.scm (texlive-nevelok): New variable.
This commit is contained in:
parent
ac70d44970
commit
9de7c400f9
1 changed files with 18 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue