mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: Add texlive-pst-am.
* gnu/packages/tex.scm (texlive-pst-am): New variable.
This commit is contained in:
parent
77230646d9
commit
2df1567c24
1 changed files with 20 additions and 0 deletions
|
@ -32391,6 +32391,26 @@ (define-public texlive-pst-abspos
|
||||||
page.")
|
page.")
|
||||||
(license license:lppl)))
|
(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
|
(define-public texlive-pst-text
|
||||||
(package
|
(package
|
||||||
(name "texlive-pst-text")
|
(name "texlive-pst-text")
|
||||||
|
|
Loading…
Reference in a new issue