[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
138/245: gnu: Add texlive-memorygraphs.
From: |
guix-commits |
Subject: |
138/245: gnu: Add texlive-memorygraphs. |
Date: |
Sun, 30 Jul 2023 13:46:52 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 7f62cf37bf71a2df88430ab7592ac2e87ae8d8c5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:31:26 2023 +0200
gnu: Add texlive-memorygraphs.
* gnu/packages/tex.scm (texlive-memorygraphs): 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 01fed01950..438899a780 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4731,6 +4731,26 @@ to languages and computational complexity usually needed
for Membrane
Computing research.")
(license license:lppl1.3+)))
+(define-public texlive-memorygraphs
+ (package
+ (name "texlive-memorygraphs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/memorygraphs/"
+ "tex/latex/memorygraphs/")
+ (base32
+ "03wsql3aq6327k905fz902il1acxcz2ik4adxfkl4vm1f1g045xn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/memorygraphs")
+ (synopsis "TikZ styles to typeset graphs of program memory")
+ (description
+ "This package defines some TikZ styles and adds anchors to existing
+styles that ease the declaration of memory graphs. It is intended for graphs
+that represent the memory of a computer program during its execution.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 217/245: gnu: Add texlive-subsupscripts., (continued)
- 217/245: gnu: Add texlive-subsupscripts., guix-commits, 2023/07/30
- 205/245: gnu: Add texlive-spalign., guix-commits, 2023/07/30
- 119/245: gnu: Add texlive-letterswitharrows., guix-commits, 2023/07/30
- 122/245: gnu: Add texlive-longdivision., guix-commits, 2023/07/30
- 113/245: gnu: Add texlive-jkmath., guix-commits, 2023/07/30
- 118/245: gnu: Add texlive-kvmap., guix-commits, 2023/07/30
- 115/245: gnu: Add texlive-karnaugh., guix-commits, 2023/07/30
- 103/245: gnu: Add texlive-hep-reference., guix-commits, 2023/07/30
- 123/245: gnu: Add texlive-lpform., guix-commits, 2023/07/30
- 130/245: gnu: Add texlive-mathpartir., guix-commits, 2023/07/30
- 138/245: gnu: Add texlive-memorygraphs.,
guix-commits <=
- 134/245: gnu: Add texlive-matrix-skeleton., guix-commits, 2023/07/30
- 144/245: gnu: Add texlive-miller., guix-commits, 2023/07/30
- 140/245: gnu: Add texlive-mgltex., guix-commits, 2023/07/30
- 142/245: gnu: Add texlive-mhchem., guix-commits, 2023/07/30
- 141/245: gnu: Add texlive-chemgreek., guix-commits, 2023/07/30
- 147/245: gnu: Add texlive-filecontentsdef., guix-commits, 2023/07/30
- 153/245: gnu: Add texlive-nicematrix., guix-commits, 2023/07/30
- 148/245: gnu: Add texlive-naive-ebnf., guix-commits, 2023/07/30
- 154/245: gnu: Add texlive-nuc., guix-commits, 2023/07/30
- 149/245: gnu: Add texlive-namedtensor., guix-commits, 2023/07/30