[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/111: gnu: Add texlive-pst-am.
From: |
guix-commits |
Subject: |
14/111: gnu: Add texlive-pst-am. |
Date: |
Mon, 14 Aug 2023 05:04:31 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 2df1567c249c9ed349ef7b3959d35524c1db085a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:11:05 2023 +0200
gnu: Add texlive-pst-am.
* gnu/packages/tex.scm (texlive-pst-am): 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 5359ab9f67..225a2d643b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32391,6 +32391,26 @@ an object at an arbitrary absolute (or even a
relative) position on the
page.")
(license license:lppl)))
+(define-public texlive-pst-am
+ (package
+ (name "texlive-pst-am")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-am/"
+ "source/generic/pst-am/" "tex/latex/pst-am/")
+ (base32
+ "1dyhjycy6ccamxcp65761gbszxpvxdsiirqbpljkywsbynwfcn6q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-am")
+ (synopsis "Simulation of modulation and demodulation")
+ (description
+ "The package allows the simulation of the modulated and demodulated
+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-text
(package
(name "texlive-pst-text")
- 86/111: gnu: Add texlive-pst-slpe., (continued)
- 86/111: gnu: Add texlive-pst-slpe., guix-commits, 2023/08/14
- 73/111: gnu: Add texlive-pst-pad., guix-commits, 2023/08/14
- 102/111: gnu: Add texlive-pst-venn., guix-commits, 2023/08/14
- 88/111: gnu: Add texlive-pst-solides3d., guix-commits, 2023/08/14
- 111/111: gnu: Add texlive-collection-pstricks., guix-commits, 2023/08/14
- 110/111: gnu: Add texlive-pst-pdf., guix-commits, 2023/08/14
- 70/111: gnu: Add texlive-pst-optic., guix-commits, 2023/08/14
- 82/111: gnu: Add texlive-pst-rputover., guix-commits, 2023/08/14
- 109/111: gnu: Add texlive-vocaltract., guix-commits, 2023/08/14
- 07/111: gnu: Add texlive-pdftricks2., guix-commits, 2023/08/14
- 14/111: gnu: Add texlive-pst-am.,
guix-commits <=
- 13/111: gnu: Add texlive-pst-abspos., guix-commits, 2023/08/14
- 20/111: gnu: Add texlive-pst-bezier., guix-commits, 2023/08/14
- 23/111: gnu: Add texlive-pst-calculate., guix-commits, 2023/08/14
- 16/111: gnu: Add texlive-pst-arrow., guix-commits, 2023/08/14
- 28/111: gnu: Add texlive-pst-contourplot., guix-commits, 2023/08/14
- 17/111: gnu: Add texlive-pst-asr., guix-commits, 2023/08/14
- 26/111: gnu: Add texlive-pst-circ., guix-commits, 2023/08/14
- 18/111: gnu: Add texlive-pst-bar., guix-commits, 2023/08/14
- 35/111: gnu: Add texlive-pst-eucl., guix-commits, 2023/08/14
- 45/111: gnu: Add texlive-pst-gantt., guix-commits, 2023/08/14