mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add texlive-braids.
* gnu/packages/tex.scm (texlive-braids): New variable.
This commit is contained in:
parent
36d3ab9e1b
commit
3d760665ff
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue