gnu: Add texlive-braids.

* gnu/packages/tex.scm (texlive-braids): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-12 21:55:06 +02:00
parent 36d3ab9e1b
commit 3d760665ff
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16378,6 +16378,27 @@ (define-public texlive-bondgraphs
but requires more TikZ knowledge of the user.")
(license license:lppl1.3+)))
(define-public texlive-braids
(package
(name "texlive-braids")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/braids/" "source/latex/braids/"
"tex/latex/braids/")
(base32
"1ld7kzr96bh7gdjllxn888j92p7j1l4b1krlp8dmhy6fq3a2qn22")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/braids")
(synopsis "Draw Braid diagrams with PGF/TikZ")
(description
"The package enables drawing of Braid diagrams with PGF/TikZ using
a simple syntax. The Braid itself is specified by giving a word in the Braid
group, and there are many options for styling the strands and for drawing
floors.")
(license license:lppl1.3c)))
(define-public texlive-gates
(package
(name "texlive-gates")