all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: reza via Guix-patches via <guix-patches@gnu.org>
To: 64225@debbugs.gnu.org <64225@debbugs.gnu.org>
Cc: reza <reza@housseini.me>, Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#64225] [PATCH 3/9] gnu: Add texlive-smartdiagram.
Date: Thu, 22 Jun 2023 11:55:45 +0000	[thread overview]
Message-ID: <01020188e2f5e1f1-3cc1064e-058d-4ca5-bbd7-f03f59f5488d-000000@eu-west-1.amazonses.com> (raw)
In-Reply-To: <cover.1687434488.git.reza@housseini.me>

* 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






  parent reply	other threads:[~2023-06-22 11:56 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1687434488.git.reza@housseini.me>
2023-06-22 11:53 ` [bug#64225] [PATCH 0/9] Adding unrelated texlive packages reza via Guix-patches via
2023-06-22 17:08   ` Nicolas Goaziou
     [not found]     ` <90739488-3ccd-a349-6943-6b303819e681@housseini.me>
2023-06-22 20:53       ` reza via Guix-patches via
2023-06-23  5:49         ` Nicolas Goaziou
2023-09-06 14:27           ` Maxim Cournoyer
2023-09-07 16:13   ` [bug#64225] Almost all done Andreas Enge
2023-09-07 17:06     ` Nicolas Goaziou
2023-09-07 18:05       ` bug#64225: " Andreas Enge
     [not found] ` <bc8bae6812eeeaae7194a9e3a09f0bf5e3289591.1687434488.git.reza@housseini.me>
2023-06-22 11:55   ` [bug#64225] [PATCH 1/9] gnu: Add texlive-filehook reza via Guix-patches via
     [not found] ` <3fe257158e645449f60afb1a206d4084504de429.1687434488.git.reza@housseini.me>
2023-06-22 11:55   ` [bug#64225] [PATCH 2/9] gnu: Add texlive-svg reza via Guix-patches via
     [not found] ` <3e0ccaaf0a414ec0a361559821263ddd3deba432.1687434488.git.reza@housseini.me>
2023-06-22 11:55   ` reza via Guix-patches via [this message]
     [not found] ` <98fc2e56de9ae5ad0780f50bb3e9059a7cfdb5d0.1687434488.git.reza@housseini.me>
2023-06-22 11:55   ` [bug#64225] [PATCH 4/9] gnu: Add texlive-lualatex-math reza via Guix-patches via
     [not found] ` <43b70729975838d01e1166a1e9710c15f424dbe7.1687434488.git.reza@housseini.me>
2023-06-22 11:55   ` [bug#64225] [PATCH 5/9] gnu: Add texlive-dtk reza via Guix-patches via
     [not found] ` <7b095a3d7239e060f47b648de3ef264ab5d33ebc.1687434488.git.reza@housseini.me>
2023-06-22 11:55   ` [bug#64225] [PATCH 6/9] gnu: Add texlive-transparent reza via Guix-patches via
     [not found] ` <d61f5b8b284d9d85fb654c90642ed0f523d908f1.1687434488.git.reza@housseini.me>
2023-06-22 11:55   ` [bug#64225] [PATCH 7/9] gnu: Add texlive-libertinus reza via Guix-patches via
     [not found] ` <0600ca1c53cfec37f3cefd2bda261698687331bb.1687434488.git.reza@housseini.me>
2023-06-22 11:56   ` [bug#64225] [PATCH 8/9] gnu: Add texlive-pgfplots reza via Guix-patches via
     [not found] ` <4c334056bebd0e7358b5cc1a8483c0208e8637ed.1687434488.git.reza@housseini.me>
2023-06-22 11:56   ` [bug#64225] [PATCH 9/9] gnu: Add texlive-luatex85 reza via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=01020188e2f5e1f1-3cc1064e-058d-4ca5-bbd7-f03f59f5488d-000000@eu-west-1.amazonses.com \
    --to=guix-patches@gnu.org \
    --cc=64225@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    --cc=reza@housseini.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.