[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/111: gnu: Add texlive-pst-ovl.
From: |
guix-commits |
Subject: |
72/111: gnu: Add texlive-pst-ovl. |
Date: |
Mon, 14 Aug 2023 05:04:43 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 63b3e0294645f010d0b132687ec4c094e5a5f96d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:29:51 2023 +0200
gnu: Add texlive-pst-ovl.
* gnu/packages/tex.scm (texlive-pst-ovl): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index abd6b32f31..c09e3c8638 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33673,6 +33673,25 @@ oriented). The third channel allows you to add, to
subtract or to multiply
the two other signals. Lissajous diagrams (XY-mode) can also be obtained.")
(license license:lppl)))
+(define-public texlive-pst-ovl
+ (package
+ (name "texlive-pst-ovl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-ovl/" "dvips/pst-ovl/"
+ "tex/generic/pst-ovl/" "tex/latex/pst-ovl/")
+ (base32
+ "0v9f4k475cm922y7i2x6w6p1w3nnbaw69rniznwap9bhliv0ynfg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-ovl")
+ (synopsis "Create and manage graphical overlays")
+ (description
+ "The package is useful when building an image from assorted material, as
+in the slides of a projected presentation.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")
- 47/111: gnu: Add texlive-pst-geometrictools., (continued)
- 47/111: gnu: Add texlive-pst-geometrictools., guix-commits, 2023/08/14
- 46/111: gnu: Add texlive-pst-geo., guix-commits, 2023/08/14
- 61/111: gnu: Add texlive-pst-magneticfield., guix-commits, 2023/08/14
- 57/111: gnu: Add texlive-pst-layout., guix-commits, 2023/08/14
- 62/111: gnu: Add texlive-pst-marble., guix-commits, 2023/08/14
- 67/111: gnu: Add texlive-pst-ob3d., guix-commits, 2023/08/14
- 63/111: gnu: Add texlive-pst-math., guix-commits, 2023/08/14
- 65/111: gnu: Add texlive-pst-moire., guix-commits, 2023/08/14
- 75/111: gnu: Add texlive-pst-perspective., guix-commits, 2023/08/14
- 74/111: gnu: Add texlive-pst-pdgr., guix-commits, 2023/08/14
- 72/111: gnu: Add texlive-pst-ovl.,
guix-commits <=
- 87/111: gnu: Add texlive-pst-solarsystem., guix-commits, 2023/08/14
- 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