[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/111: gnu: Add texlive-pst-knot.
From: |
guix-commits |
Subject: |
55/111: gnu: Add texlive-pst-knot. |
Date: |
Mon, 14 Aug 2023 05:04:40 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d9a875badd6ce198d324082e1d6f950f93e5c407
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:22:29 2023 +0200
gnu: Add texlive-pst-knot.
* gnu/packages/tex.scm (texlive-pst-knot): 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 da2720b9a3..f6f83dccb6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33299,6 +33299,26 @@ paths or Bezier curves, using the Bezier clipping
algorithm.")
"jTree uses PSTricks to enable linguists to typeset complex trees.")
(license license:lppl1.3+)))
+(define-public texlive-pst-knot
+ (package
+ (name "texlive-pst-knot")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-knot/" "dvips/pst-knot/"
+ "tex/generic/pst-knot/"
+ "tex/latex/pst-knot/")
+ (base32
+ "1b69m4qwd37vd3x734r4hp4wzsirsp6k5m87yqmxlhlkrf0wmrwc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-knot")
+ (synopsis "PSTricks package for displaying knots")
+ (description
+ "The package can produce a fair range of knot shapes, with all the
+standard graphics controls one expects.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")
- 84/111: gnu: Add texlive-pst-shell., (continued)
- 84/111: gnu: Add texlive-pst-shell., guix-commits, 2023/08/14
- 100/111: gnu: Add texlive-pst-vectorian., guix-commits, 2023/08/14
- 27/111: gnu: Add texlive-pst-coil., guix-commits, 2023/08/14
- 31/111: gnu: Add texlive-pst-dbicons., guix-commits, 2023/08/14
- 29/111: gnu: Add texlive-pst-cox., guix-commits, 2023/08/14
- 40/111: gnu: Add texlive-pst-flags., guix-commits, 2023/08/14
- 25/111: gnu: Add texlive-pst-cie., guix-commits, 2023/08/14
- 19/111: gnu: Add texlive-pst-barcode., guix-commits, 2023/08/14
- 37/111: gnu: Add texlive-pst-feyn., guix-commits, 2023/08/14
- 51/111: gnu: Add texlive-pst-hsb., guix-commits, 2023/08/14
- 55/111: gnu: Add texlive-pst-knot.,
guix-commits <=
- 59/111: gnu: Add texlive-pst-light3d., guix-commits, 2023/08/14
- 53/111: gnu: Add texlive-pst-intersect., guix-commits, 2023/08/14
- 64/111: gnu: Add texlive-pst-mirror., guix-commits, 2023/08/14
- 52/111: gnu: Add texlive-pst-infixplot., guix-commits, 2023/08/14
- 96/111: gnu: Add texlive-pst-tree., guix-commits, 2023/08/14
- 89/111: gnu: Add texlive-pst-soroban., guix-commits, 2023/08/14
- 97/111: gnu: Add texlive-pst-turtle., guix-commits, 2023/08/14
- 77/111: gnu: Add texlive-pst-plot., guix-commits, 2023/08/14
- 95/111: gnu: Add texlive-pst-tools., guix-commits, 2023/08/14
- 106/111: gnu: Add texlive-pstricks-calcnotes., guix-commits, 2023/08/14