[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/111: gnu: Add texlive-pst-osci.
From: |
guix-commits |
Subject: |
71/111: gnu: Add texlive-pst-osci. |
Date: |
Mon, 14 Aug 2023 05:04:43 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit fc22618399b28d9b2dad9aaa57b02bfe5197d873
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:29:35 2023 +0200
gnu: Add texlive-pst-osci.
* gnu/packages/tex.scm (texlive-pst-osci): 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 5a21896fc4..abd6b32f31 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33650,6 +33650,29 @@ realistic raytraced beam paths are also possible.")
refractive optics diagrams.")
(license license:lppl)))
+(define-public texlive-pst-osci
+ (package
+ (name "texlive-pst-osci")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-osci/"
+ "tex/generic/pst-osci/"
+ "tex/latex/pst-osci/")
+ (base32
+ "0h7wnpm26z8v904yj0wvadrjsh3j5fsn73ihilxhb4zd88zqib99")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-osci")
+ (synopsis "Oscgons with PSTricks")
+ (description
+ "This PSTricks package enables you to produce oscilloscope screen shots.
+Three channels can be used to represent the most common signals (damped or
+not): namely sinusoidal, rectangular, triangular, dog's tooth (left and right
+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-text
(package
(name "texlive-pst-text")
- 60/111: gnu: Add texlive-pst-lsystem., (continued)
- 60/111: gnu: Add texlive-pst-lsystem., guix-commits, 2023/08/14
- 76/111: gnu: Add texlive-pst-platon., guix-commits, 2023/08/14
- 94/111: gnu: Add texlive-pst-thick., guix-commits, 2023/08/14
- 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 <=
- 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, 2023/08/14
- 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