[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
190/245: gnu: Add texlive-sankey.
From: |
guix-commits |
Subject: |
190/245: gnu: Add texlive-sankey. |
Date: |
Sun, 30 Jul 2023 13:47:03 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit e3439ca7ec26fd5d4b1fe89317a5e2f02fa44786
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:45:12 2023 +0200
gnu: Add texlive-sankey.
* gnu/packages/tex.scm (texlive-sankey): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a8523ef170..0ef0e62c99 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5908,6 +5908,26 @@ package solves the problem by extending ideas described
in M. I. Grinchuk
mathematical packages.")
(license license:lppl1.3+)))
+(define-public texlive-sankey
+ (package
+ (name "texlive-sankey")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sankey/" "source/latex/sankey/"
+ "tex/latex/sankey/")
+ (base32
+ "020in4r4pim07nya119767zjs90yqpkcyr6h6l5v7ig21n4q7d8s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sankey")
+ (synopsis "Draw Sankey diagrams with TikZ")
+ (description
+ "This package provides macros and an environment for creating Sankey
+diagrams, i.e., flow diagrams in which the width of the arrows is proportional
+to the flow rate.")
+ (license (list license:lppl1.3+ license:gpl3+))))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 213/245: gnu: Add texlive-steinmetz., (continued)
- 213/245: gnu: Add texlive-steinmetz., guix-commits, 2023/07/30
- 231/245: gnu: Add texlive-thmbox., guix-commits, 2023/07/30
- 204/245: gnu: Add texlive-skmath., guix-commits, 2023/07/30
- 220/245: gnu: Add texlive-syllogism., guix-commits, 2023/07/30
- 223/245: gnu: Add texlive-t-angles., guix-commits, 2023/07/30
- 202/245: gnu: Add texlive-sistyle., guix-commits, 2023/07/30
- 227/245: gnu: Add texlive-tex-ewd., guix-commits, 2023/07/30
- 234/245: gnu: Add texlive-moreverb., guix-commits, 2023/07/30
- 201/245: gnu: Add texlive-simplewick., guix-commits, 2023/07/30
- 183/245: gnu: Add texlive-rbt-mathnotes., guix-commits, 2023/07/30
- 190/245: gnu: Add texlive-sankey.,
guix-commits <=
- 203/245: gnu: Add texlive-siunits., guix-commits, 2023/07/30
- 209/245: gnu: Add texlive-statex2., guix-commits, 2023/07/30
- 199/245: gnu: Add texlive-simpler-wick., guix-commits, 2023/07/30
- 191/245: gnu: Add texlive-sasnrdisplay., guix-commits, 2023/07/30
- 196/245: gnu: Add texlive-sfg., guix-commits, 2023/07/30
- 200/245: gnu: Add texlive-simples-matrices., guix-commits, 2023/07/30
- 216/245: gnu: Add texlive-substances., guix-commits, 2023/07/30
- 180/245: gnu: Add texlive-pythonhighlight., guix-commits, 2023/07/30