ngz pushed a commit to branch master
in repository guix.
commit 7f62cf37bf71a2df88430ab7592ac2e87ae8d8c5
Author: Nicolas Goaziou <[email protected]>
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")