[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/245: gnu: Add texlive-dijkstra.
From: |
guix-commits |
Subject: |
68/245: gnu: Add texlive-dijkstra. |
Date: |
Sun, 30 Jul 2023 13:46:39 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit e4a7e37b10131771cd6493c295f89495b995c05c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:51:30 2023 +0200
gnu: Add texlive-dijkstra.
* gnu/packages/tex.scm (texlive-dijkstra): 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 c009de0ff5..5b520e10dc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3066,6 +3066,26 @@ provides a convenient and compact mechanism for
displaying these
configurations.")
(license license:lppl)))
+(define-public texlive-dijkstra
+ (package
+ (name "texlive-dijkstra")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/dijkstra/" "tex/latex/dijkstra/")
+ (base32
+ "1xjq51x4g1xngp8npicgnpmbkzk0rnj992pmhizjv0j92zmaikqm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/dijkstra")
+ (synopsis "Dijkstra algorithm for LaTeX")
+ (description
+ "This small package uses the Dijkstra algorithm for weighted
+graphs,directed or not: the search table of the shortest path can be
+displayed, the minimum distance between two vertices and the corresponding
+path are stored in macros.")
+ (license license:lppl1.3c)))
+
(define-public texlive-dinat
(package
(name "texlive-dinat")
- 36/245: gnu: Add texlive-chemcompounds., (continued)
- 36/245: gnu: Add texlive-chemcompounds., guix-commits, 2023/07/30
- 48/245: gnu: Add texlive-clrscode3e., guix-commits, 2023/07/30
- 45/245: gnu: Add texlive-chemsec., guix-commits, 2023/07/30
- 47/245: gnu: Add texlive-clrscode., guix-commits, 2023/07/30
- 52/245: gnu: Add texlive-complexity., guix-commits, 2023/07/30
- 49/245: gnu: Add texlive-codeanatomy., guix-commits, 2023/07/30
- 58/245: gnu: Add texlive-cryptocode., guix-commits, 2023/07/30
- 61/245: gnu: Add texlive-decision-table., guix-commits, 2023/07/30
- 54/245: gnu: Add texlive-concmath., guix-commits, 2023/07/30
- 60/245: gnu: Add texlive-cvss., guix-commits, 2023/07/30
- 68/245: gnu: Add texlive-dijkstra.,
guix-commits <=
- 77/245: gnu: Add texlive-engtlc., guix-commits, 2023/07/30
- 83/245: gnu: Add texlive-euclideangeometry., guix-commits, 2023/07/30
- 85/245: gnu: Add texlive-extpfeil., guix-commits, 2023/07/30
- 86/245: gnu: Add texlive-faktor., guix-commits, 2023/07/30
- 87/245: gnu: Add texlive-fascicules., guix-commits, 2023/07/30
- 88/245: gnu: Add texlive-fixdif., guix-commits, 2023/07/30
- 91/245: gnu: Add texlive-formal-grammar., guix-commits, 2023/07/30
- 94/245: gnu: Add texlive-gastex., guix-commits, 2023/07/30
- 101/245: gnu: Add texlive-helmholtz-ellis-ji-notation., guix-commits, 2023/07/30
- 92/245: gnu: Add texlive-fouridx., guix-commits, 2023/07/30