mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: Add texlive-pst-circ.
* gnu/packages/tex.scm (texlive-pst-circ): New variable.
This commit is contained in:
parent
45f5791515
commit
f164c62690
1 changed files with 23 additions and 0 deletions
|
@ -32640,6 +32640,29 @@ (define-public texlive-pst-cie
|
|||
spaces: Adobe, CIE, ColorMatch, NTSC, Pal-Secam, ProPhoto, SMPTE, and sRGB.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-pst-circ
|
||||
(package
|
||||
(name "texlive-pst-circ")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/pst-circ/" "dvips/pst-circ/"
|
||||
"tex/generic/pst-circ/"
|
||||
"tex/latex/pst-circ/")
|
||||
(base32
|
||||
"0255xcjhm0jcgw352cmdn8d8062g2mihfzhii20zh4j0zznmk7hj")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pst-circ")
|
||||
(synopsis "PSTricks package for drawing electric circuits")
|
||||
(description
|
||||
"The package can easily draw current 2-terminal devices and some 3- and
|
||||
4-terminal devices used in electronic or electric theory. The package's
|
||||
macros are designed with a view to logical representation of circuits, as far
|
||||
as possible, so as to relieve the user of purely graphical considerations when
|
||||
expressing a circuit.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-pst-text
|
||||
(package
|
||||
(name "texlive-pst-text")
|
||||
|
|
Loading…
Reference in a new issue