mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add texlive-neuralnetwork.
* gnu/packages/tex.scm (texlive-neuralnetwork): New variable.
This commit is contained in:
parent
f5d1c74453
commit
6e883a925f
1 changed files with 19 additions and 0 deletions
|
@ -2834,6 +2834,25 @@ (define-public texlive-modiagram
|
||||||
create molecular orbital diagrams using TikZ.")
|
create molecular orbital diagrams using TikZ.")
|
||||||
(license license:lppl1.3c)))
|
(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
|
(define-public texlive-amiri
|
||||||
(package
|
(package
|
||||||
(name "texlive-amiri")
|
(name "texlive-amiri")
|
||||||
|
|
Loading…
Reference in a new issue