ngz pushed a commit to branch master
in repository guix.
commit bcf729ee452db051b2c2b4ea05647458cb77f5a1
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:10:10 2023 +0200
gnu: Add texlive-pst-3d.
* gnu/packages/tex.scm (texlive-pst-3d): 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 7240134512..411b0cbd12 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32326,6 +32326,26 @@ plotting 2-d curves. It defines an environment with
commands similar to
MATLAB for plotting.")
(license license:lppl)))
+(define-public texlive-pst-3d
+ (package
+ (name "texlive-pst-3d")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-3d/" "dvips/pst-3d/"
+ "source/generic/pst-3d/"
+ "tex/generic/pst-3d/" "tex/latex/pst-3d/")
+ (base32
+ "12gpsg14glcjavlwsb7g0dkxcax89z2adkx7p29cpzvssnimdj50")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-3d")
+ (synopsis "PSTricks package for tilting and other pseudo-3D tricks")
+ (description
+ "The package provides basic macros that use PSTricks for shadows, tilting
+and three dimensional representations of text or graphical objects.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")