Archived
1
0
Fork 0

gnu: Add texlive-tikz-swigs.

* gnu/packages/tex.scm (texlive-tikz-swigs): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:40:54 +02:00
parent eb3c818ede
commit 9f5c91c191
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4825,6 +4825,28 @@ the circuit library of TikZ and allows you to draw an SFC diagram in same way
you would draw any other circuit.")
(license license:lppl1.0+)))
(define-public texlive-tikz-swigs
(package
(name "texlive-tikz-swigs")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tikz-swigs/"
"tex/latex/tikz-swigs/")
(base32
"0brbq02vafaajzrwrkg20gy5k3zlzvv7ycgkw0aa20l8rxjcyv71")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tikz-swigs")
(synopsis "Horizontally and vertically split elliptical nodes")
(description
"This package provides horizontally and vertically split
elliptical (pairs of) nodes in TikZ. The package name derives from the fact
that split ellipses of this type are used to represent Single-World
Intervention Graph (SWIG) models which are used in counterfactual causal
inference.")
(license (list license:lppl1.3c license:gpl3+))))
(define-public texlive-amiri
(package
(name "texlive-amiri")