[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/111: gnu: Add texlive-pst-poly.
From: |
guix-commits |
Subject: |
79/111: gnu: Add texlive-pst-poly. |
Date: |
Mon, 14 Aug 2023 05:04:45 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c4bb57c1cf8949007a23f5eea219204c425d79eb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:31:59 2023 +0200
gnu: Add texlive-pst-poly.
* gnu/packages/tex.scm (texlive-pst-poly): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ef197f6a8a..d5bb221810 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33820,6 +33820,29 @@ using PSTricks. Plots may be configured using a wide
variety of parameters.")
manners.")
(license license:lgpl3)))
+(define-public texlive-pst-poly
+ (package
+ (name "texlive-pst-poly")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-poly/"
+ "tex/generic/pst-poly/"
+ "tex/latex/pst-poly/")
+ (base32
+ "1fasd2y6vv28id1w858kq4rc3qd46rkds9z7vi8k102aqvv9as8n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-poly")
+ (synopsis "Polygons with PSTricks")
+ (description
+ "This PSTricks package provides a really rather simple command
+@code{\\PstPolygon} that will draw various regular and non-regular
+polygons (according to command parameters); various shortcuts to commonly-used
+polygons are provided, as well as a command @code{\\pspolygonbox} that frames
+text with a polygon.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")
- 104/111: gnu: Add texlive-pst2pdf., (continued)
- 104/111: gnu: Add texlive-pst2pdf., guix-commits, 2023/08/14
- 56/111: gnu: Add texlive-pst-labo., guix-commits, 2023/08/14
- 54/111: gnu: Add texlive-pst-jtree., guix-commits, 2023/08/14
- 12/111: gnu: Add texlive-pst-3dplot., guix-commits, 2023/08/14
- 24/111: gnu: Add texlive-pst-calendar., guix-commits, 2023/08/14
- 68/111: gnu: Add texlive-pst-ode., guix-commits, 2023/08/14
- 69/111: gnu: Add texlive-pst-optexp., guix-commits, 2023/08/14
- 71/111: gnu: Add texlive-pst-osci., guix-commits, 2023/08/14
- 66/111: gnu: Add texlive-pst-node., guix-commits, 2023/08/14
- 92/111: gnu: Add texlive-pst-stru., guix-commits, 2023/08/14
- 79/111: gnu: Add texlive-pst-poly.,
guix-commits <=
- 99/111: gnu: Add texlive-pst-uml., guix-commits, 2023/08/14
- 84/111: gnu: Add texlive-pst-shell., guix-commits, 2023/08/14
- 100/111: gnu: Add texlive-pst-vectorian., guix-commits, 2023/08/14
- 27/111: gnu: Add texlive-pst-coil., guix-commits, 2023/08/14
- 31/111: gnu: Add texlive-pst-dbicons., guix-commits, 2023/08/14
- 29/111: gnu: Add texlive-pst-cox., guix-commits, 2023/08/14
- 40/111: gnu: Add texlive-pst-flags., guix-commits, 2023/08/14
- 25/111: gnu: Add texlive-pst-cie., guix-commits, 2023/08/14
- 19/111: gnu: Add texlive-pst-barcode., guix-commits, 2023/08/14
- 37/111: gnu: Add texlive-pst-feyn., guix-commits, 2023/08/14