guix-commits
[Top][All Lists]
Advanced

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

153/243: gnu: Add texlive-visualtikz.


From: guix-commits
Subject: 153/243: gnu: Add texlive-visualtikz.
Date: Fri, 11 Aug 2023 08:46:04 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 90faae4c1216d1c2505cea12c1dfc9b2e0cd0b64
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 09:26:26 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3be3d9748e..a1ab18a605 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18056,6 +18056,25 @@ links to the French-speaking LaTeX FAQ.")
 per command or per parameter.")
     (license license:gpl3+)))
 
+(define-public texlive-visualtikz
+  (package
+    (name "texlive-visualtikz")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/visualtikz/")
+             (base32
+              "1q0a1mhc330z8cnhghp2p46bxsmzz8cdba8hcvssglz0gsq5z5fc")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/visualtikz";)
+    (synopsis "Visual help for TikZ based on images with minimum text")
+    (description
+     "This package provides a visual help for TikZ based on images with
+minimum text: an image per command or parameter.  The document is in French,
+but will be translated into English later.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-web
   (package
     (name "texlive-web")



reply via email to

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