[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/111: gnu: Add texlive-pst-fill.
From: |
guix-commits |
Subject: |
38/111: gnu: Add texlive-pst-fill. |
Date: |
Mon, 14 Aug 2023 05:04:36 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 530bba52d3a6ef21491f0b4e4d38221872ee556b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:16:15 2023 +0200
gnu: Add texlive-pst-fill.
* gnu/packages/tex.scm (texlive-pst-fill): 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 316b2e81d4..cf45c83a7b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32911,6 +32911,26 @@ to put code and output side by side or one above the
other.")
for Feynman diagrams.")
(license license:lppl)))
+(define-public texlive-pst-fill
+ (package
+ (name "texlive-pst-fill")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-fill/"
+ "tex/generic/pst-fill/"
+ "tex/latex/pst-fill/")
+ (base32
+ "0anzq671nsprckhy92ybp2y93g5f2z1s0qja9wx2mrjpb4xq8ng0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-fill")
+ (synopsis "Fill or tile areas with PSTricks")
+ (description
+ "Pst-fill is a PSTricks-based package for filling and tiling areas or
+characters.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")
- branch master updated (b15381460e -> 49ba9b8165), guix-commits, 2023/08/14
- 02/111: gnu: Add texlive-bclogo., guix-commits, 2023/08/14
- 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 <=
- 33/111: gnu: Add texlive-pst-electricfield., guix-commits, 2023/08/14
- 42/111: gnu: Add texlive-pst-fractal., guix-commits, 2023/08/14
- 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