[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
98/111: gnu: Add texlive-pst-tvz.
From: |
guix-commits |
Subject: |
98/111: gnu: Add texlive-pst-tvz. |
Date: |
Mon, 14 Aug 2023 05:04:50 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 3d6265154aae045dd25ca4650ab04348ad608c8a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:37:13 2023 +0200
gnu: Add texlive-pst-tvz.
* gnu/packages/tex.scm (texlive-pst-tvz): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 29e3dac7ce..8147cec1bc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34265,6 +34265,27 @@ joining nodes created using @code{pst-node} in order
to draw trees.")
"This is a PSTricks related package for creating Turtle graphics.")
(license license:lppl)))
+(define-public texlive-pst-tvz
+ (package
+ (name "texlive-pst-tvz")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-tvz/"
+ "source/generic/pst-tvz/"
+ "tex/generic/pst-tvz/" "tex/latex/pst-tvz/")
+ (base32
+ "1xpzvfgngv5r5cdnvip87wr1i0pmrc6ibwi5gzmibfzl64w7vkqr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-tvz")
+ (synopsis "Draw trees with more than one root node, using PSTricks")
+ (description
+ "The package uses PSTricks to draw trees with more than one root node.
+It is similar to @code{pst-tree}, though it uses a different placement
+algorithm.")
+ (license license:lppl1.3+)))
+
(define-public texlive-marginnote
(package
(name "texlive-marginnote")
- 91/111: gnu: Add texlive-pst-spinner., (continued)
- 91/111: gnu: Add texlive-pst-spinner., guix-commits, 2023/08/14
- 93/111: gnu: Add texlive-pst-support., guix-commits, 2023/08/14
- 83/111: gnu: Add texlive-pst-rubans., guix-commits, 2023/08/14
- 105/111: gnu: Add texlive-pstricks-add., guix-commits, 2023/08/14
- 78/111: gnu: Add texlive-pst-poker., guix-commits, 2023/08/14
- 101/111: gnu: Add texlive-pst-vehicle., guix-commits, 2023/08/14
- 80/111: gnu: Add texlive-pst-pulley., guix-commits, 2023/08/14
- 90/111: gnu: Add texlive-pst-spectra., guix-commits, 2023/08/14
- 81/111: gnu: Add texlive-pst-qtree., guix-commits, 2023/08/14
- 85/111: gnu: Add texlive-pst-sigsys., guix-commits, 2023/08/14
- 98/111: gnu: Add texlive-pst-tvz.,
guix-commits <=
- 103/111: gnu: Add texlive-pst-vowel., guix-commits, 2023/08/14
- 15/111: gnu: Add texlive-pst-antiprism., guix-commits, 2023/08/14
- 11/111: gnu: Add texlive-pst-3d., guix-commits, 2023/08/14
- 08/111: gnu: Add texlive-pedigree-perl., guix-commits, 2023/08/14
- 10/111: gnu: Add texlive-pst-2dplot., guix-commits, 2023/08/14
- 09/111: gnu: Add texlive-psbao., guix-commits, 2023/08/14
- 21/111: gnu: Add texlive-pst-blur., guix-commits, 2023/08/14
- 30/111: gnu: Add texlive-pst-dart., guix-commits, 2023/08/14
- 60/111: gnu: Add texlive-pst-lsystem., guix-commits, 2023/08/14
- 76/111: gnu: Add texlive-pst-platon., guix-commits, 2023/08/14