gnu: Add texlive-luasseq.

* gnu/packages/tex.scm (texlive-luasseq): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 00:44:37 +02:00
parent 2ed97a41ca
commit 1b82fc636d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2546,6 +2546,27 @@ (define-public texlive-luamesh
a particular step of the algorithm.")
(license license:lppl1.3+)))
(define-public texlive-luasseq
(package
(name "texlive-luasseq")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/luasseq/" "scripts/luasseq/"
"source/lualatex/luasseq/"
"tex/lualatex/luasseq/")
(base32
"1mkhzysyhpbblpwwy4d4983b5np23jnxl9ai986g0n1vpyv0kc47")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/luasseq")
(synopsis "Drawing spectral sequences in LuaLaTeX")
(description
"The package is an update of the author's @code{sseq} package, for use
with LuaLaTeX. This version uses less memory, and operates faster than the
original; it also offers several enhancements.")
(license license:lppl1.3+)))
(define-public texlive-mflogo
(package
(name "texlive-mflogo")