guix-commits
[Top][All Lists]
Advanced

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

82/111: gnu: Add texlive-pst-rputover.


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

ngz pushed a commit to branch master
in repository guix.

commit 473774564a18b897aeb6d93044712034890bb3b9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:32:26 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d4e1d4535c..8c251673ea 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33881,6 +33881,26 @@ The pulley diagrams are labelled with the physical 
properties of the system.")
     (description "The package provides a Qtree-like front end for PSTricks.")
     (license license:gpl3+)))
 
+(define-public texlive-pst-rputover
+  (package
+    (name "texlive-pst-rputover")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/pst-rputover/"
+                   "tex/generic/pst-rputover/"
+                   "tex/latex/pst-rputover/")
+             (base32
+              "1d25sdhvira5vlibgv3r51dk64jplqbpf4fdimh2l1flq5h0d9dw")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pst-rputover";)
+    (synopsis "Place text over objects without obscuring background colors")
+    (description
+     "This is a PSTricks package which allows to place text over objects
+without obscuring background colors.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-pst-text
   (package
     (name "texlive-pst-text")



reply via email to

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