me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-nnext.

* gnu/packages/tex.scm (texlive-nnext): New variable.
Nicolas Goaziou 2023-08-16 19:41:32 +02:00
parent 15e5f83866
commit 1407c7a28f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -9766,6 +9766,28 @@ the columns; tools to color rows and columns with a good PDF result; blocks of
cells; etc.")
(license license:lppl1.3+)))
(define-public texlive-nnext
(package
(name "texlive-nnext")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/nnext/" "source/latex/nnext/"
"tex/latex/nnext/")
(base32
"0hh2kn4ghnxv9l0xfkh0c0bkflmq5qwnc24y0jm1djjwrnyg1y2r")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/nnext")
(synopsis "Extension for the @code{gb4e} package")
(description
"This is an add-on for the @code{gb4e} package used in linguistics. It
implements the @code{\\Next}, @code{\\NNext}, @code{\\Last}, and
@code{\\LLast} commands from the @code{linguex} package or the @code{\\nextx},
@code{\\anextx}, @code{\\lastx}, @code{\\blastx}, and @code{\\bblastx}
commands from the @code{expex} package.")
(license license:lppl1.3+)))
(define-public texlive-nuc
(package
(name "texlive-nuc")