mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: Add texlive-luasseq.
* gnu/packages/tex.scm (texlive-luasseq): New variable.
This commit is contained in:
parent
2ed97a41ca
commit
1b82fc636d
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue