guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64225] [PATCH 3/9] gnu: Add texlive-smartdiagram.


From: reza
Subject: [bug#64225] [PATCH 3/9] gnu: Add texlive-smartdiagram.
Date: Thu, 22 Jun 2023 11:55:45 +0000

* gnu/packages/tex.scm (texlive-smartdiagram): New variable.
---
 gnu/packages/tex.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 566a9fa0e8..b6f44732e2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4000,6 +4000,20 @@ (define-public texlive-onedown
 output of bridge terms.")
       (license license:lppl1.3+))))
 
+(define-public texlive-smartdiagram
+  (package
+    (inherit (simple-texlive-package
+              "texlive-smartdiagram"
+              (list "doc/latex/smartdiagram/"
+                   "tex/latex/smartdiagram/")
+              (base32
+               "0b9rq06c0xm9dpd6yljvgay0p7xpglpddw10vlf5c50wma4xqjda")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/smartdiagram";)
+    (synopsis "Generate diagrams from lists")
+    (description "The package will create ‘smart’ diagrams from lists of 
items, for simple documents and for presentations.")
+    (license license:public-domain)))
+
 (define-public texlive-tools
   (let ((template (simple-texlive-package
                    "texlive-tools"
-- 
2.40.1







reply via email to

[Prev in Thread] Current Thread [Next in Thread]