[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/111: gnu: Add texlive-pst-fractal.
From: |
guix-commits |
Subject: |
42/111: gnu: Add texlive-pst-fractal. |
Date: |
Mon, 14 Aug 2023 05:04:37 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit bea5e1ab56b232dccabde89fc60a6633c1cadf3b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:17:06 2023 +0200
gnu: Add texlive-pst-fractal.
* gnu/packages/tex.scm (texlive-pst-fractal): 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 778b28413a..61b6204807 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32997,6 +32997,29 @@ framed boxes using a macro @code{\\PstFrameBoxThreeD}.
The macro is
especially useful for drawing 3D-seeming buttons.")
(license license:lppl)))
+(define-public texlive-pst-fractal
+ (package
+ (name "texlive-pst-fractal")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-fractal/"
+ "dvips/pst-fractal/"
+ "tex/generic/pst-fractal/"
+ "tex/latex/pst-fractal/")
+ (base32
+ "0jc9zwjp23l6njr7y63jh0xv4a6qy2610bb88fdiwdsqnh70gs72")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-fractal")
+ (synopsis "Draw fractal sets using PSTricks")
+ (description
+ "The package uses PSTricks to draw the Julia and Mandelbrot sets, the
+Sierpinski triangle, Koch flake, and Apollonius Circle as well as fractal
+trees (which need not be balanced) with a variety of different
+parameters (including varying numbers of iterations).")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")
- 05/111: gnu: Add texlive-makeplot., (continued)
- 05/111: gnu: Add texlive-makeplot., guix-commits, 2023/08/14
- 04/111: gnu: Add texlive-luapstricks., guix-commits, 2023/08/14
- 01/111: gnu: Add texlive-auto-pst-pdf., guix-commits, 2023/08/14
- 06/111: gnu: Add texlive-pdftricks., guix-commits, 2023/08/14
- 03/111: gnu: Add texlive-dsptricks., guix-commits, 2023/08/14
- 22/111: gnu: Add texlive-pst-bspline., guix-commits, 2023/08/14
- 36/111: gnu: Add texlive-pst-exa., guix-commits, 2023/08/14
- 34/111: gnu: Add texlive-pst-eps., guix-commits, 2023/08/14
- 38/111: gnu: Add texlive-pst-fill., guix-commits, 2023/08/14
- 33/111: gnu: Add texlive-pst-electricfield., guix-commits, 2023/08/14
- 42/111: gnu: Add texlive-pst-fractal.,
guix-commits <=
- 32/111: gnu: Add texlive-pst-diffraction., guix-commits, 2023/08/14
- 48/111: gnu: Add texlive-pst-gr3d., guix-commits, 2023/08/14
- 39/111: gnu: Add texlive-pst-fit., guix-commits, 2023/08/14
- 50/111: gnu: Add texlive-pst-graphicx., guix-commits, 2023/08/14
- 41/111: gnu: Add texlive-pst-fr3d., guix-commits, 2023/08/14
- 58/111: gnu: Add texlive-pst-lens., guix-commits, 2023/08/14
- 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