Archived
1
0
Fork 0

gnu: Add texlive-tikz-inet.

* gnu/packages/tex.scm (texlive-tikz-inet): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:35:51 +02:00
parent 7b97203ccb
commit 506638cee4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4454,6 +4454,24 @@ complex diagrams can still be generated with ease.")
of TikZ. This may be used to label certain features in an image.") of TikZ. This may be used to label certain features in an image.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-tikz-inet
(package
(name "texlive-tikz-inet")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tikz-inet/"
"tex/latex/tikz-inet/")
(base32
"1f4n5mp9hb92li2xywfzfrs8hjyrkd15xp97nh5rdgan695hvdpq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tikz-inet")
(synopsis "Draw interaction nets with TikZ")
(description
"The package extends TikZ with macros to draw interaction nets.")
(license license:lppl)))
(define-public texlive-amiri (define-public texlive-amiri
(package (package
(name "texlive-amiri") (name "texlive-amiri")