guix-commits
[Top][All Lists]
Advanced

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

81/111: gnu: Add texlive-pst-qtree.


From: guix-commits
Subject: 81/111: gnu: Add texlive-pst-qtree.
Date: Mon, 14 Aug 2023 05:04:45 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8b7c4c91f4b0bd2d2ab751f49451142f29e14b74
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:32:17 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 02136a041b..d4e1d4535c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33863,6 +33863,24 @@ text with a polygon.")
 The pulley diagrams are labelled with the physical properties of the system.")
     (license license:lppl1.3+)))
 
+(define-public texlive-pst-qtree
+  (package
+    (name "texlive-pst-qtree")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/pst-qtree/"
+                   "tex/generic/pst-qtree/"
+                   "tex/latex/pst-qtree/")
+             (base32
+              "1hdmv4lar1hdg9bh049kmsjqd14rdv2066qrcaacwmd39nh816z5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pst-qtree";)
+    (synopsis "Simple syntax for trees")
+    (description "The package provides a Qtree-like front end for PSTricks.")
+    (license license:gpl3+)))
+
 (define-public texlive-pst-text
   (package
     (name "texlive-pst-text")



reply via email to

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