ngz pushed a commit to branch master
in repository guix.
commit f164c62690f2a59aab17e178e426cf08c63deb51
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:13:36 2023 +0200
gnu: Add texlive-pst-circ.
* gnu/packages/tex.scm (texlive-pst-circ): 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 5a3e6c4d9a..4af5cb919b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32640,6 +32640,29 @@ available in English.")
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")