guix-commits
[Top][All Lists]
Advanced

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

15/111: gnu: Add texlive-pst-antiprism.


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

ngz pushed a commit to branch master
in repository guix.

commit 021a72039692efc65614cc578362a8f556f3fb82
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:11:19 2023 +0200

    gnu: Add texlive-pst-antiprism.
    
    * gnu/packages/tex.scm (texlive-pst-antiprism): 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 225a2d643b..af70709079 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32411,6 +32411,27 @@ amplitude of radio waves.  The user may plot curves of 
modulated signals, wave
 carrier, signal modulation, signal recovery and signal demodulation.")
     (license license:lppl)))
 
+(define-public texlive-pst-antiprism
+  (package
+    (name "texlive-pst-antiprism")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/pst-antiprism/"
+                   "dvips/pst-antiprism/"
+                   "tex/generic/pst-antiprism/"
+                   "tex/latex/pst-antiprism/")
+             (base32
+              "158691m8i8zd0w7d7vsbmkjm4y1ixfvj4j7bxszcw67cz2q2cmyi")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pst-antiprism";)
+    (synopsis "PSTricks related package which draws an antiprism")
+    (description
+     "@code{pst-antiprism} is a PSTricks related package which draws an 
antiprism,
+which is a semiregular polyhedron constructed with 2-gons and triangles.")
+    (license license:lppl)))
+
 (define-public texlive-pst-text
   (package
     (name "texlive-pst-text")



reply via email to

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