gnu: Add texlive-neuralnetwork.

* gnu/packages/tex.scm (texlive-neuralnetwork): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 09:10:56 +02:00
parent f5d1c74453
commit 6e883a925f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2834,6 +2834,25 @@ (define-public texlive-modiagram
create molecular orbital diagrams using TikZ.")
(license license:lppl1.3c)))
(define-public texlive-neuralnetwork
(package
(name "texlive-neuralnetwork")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/neuralnetwork/examples/"
"tex/latex/neuralnetwork/")
(base32
"11k0hwg1mx52mrp7csp93m4rvv22vq91l4ij1ylgbw9flh189p8x")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/neuralnetwork")
(synopsis "Graph-drawing for neural networks")
(description
"The package provides facilities for graph-drawing, with facilities
designed for neural network diagrams.")
(license license:gpl3+)))
(define-public texlive-amiri
(package
(name "texlive-amiri")