[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
101/111: gnu: Add texlive-pst-vehicle.
From: |
guix-commits |
Subject: |
101/111: gnu: Add texlive-pst-vehicle. |
Date: |
Mon, 14 Aug 2023 05:04:50 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit cc4170bc4b5ede64959cb50416bb47295df6e703
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:37:59 2023 +0200
gnu: Add texlive-pst-vehicle.
* gnu/packages/tex.scm (texlive-pst-vehicle): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 15c58aee50..d5daf47b81 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34328,6 +34328,27 @@ is written in French.)")
ornaments is provided).")
(license license:lppl)))
+(define-public texlive-pst-vehicle
+ (package
+ (name "texlive-pst-vehicle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-vehicle/"
+ "tex/generic/pst-vehicle/"
+ "tex/latex/pst-vehicle/")
+ (base32
+ "1b0s5fy4w4k2q486sdwlrh649n99k9s5hy5m2v01lh7qnjl1z4c3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-vehicle")
+ (synopsis "Rolling vehicles on graphs of mathematical functions")
+ (description
+ "This package permits to represent vehicles rolling without slipping on
+mathematical curves. Different types of vehicles are proposed, the shape of
+the curve is to be defined by its equation in algebraic notation.")
+ (license license:lppl1.3c)))
+
(define-public texlive-marginnote
(package
(name "texlive-marginnote")
- 65/111: gnu: Add texlive-pst-moire., (continued)
- 65/111: gnu: Add texlive-pst-moire., guix-commits, 2023/08/14
- 75/111: gnu: Add texlive-pst-perspective., guix-commits, 2023/08/14
- 74/111: gnu: Add texlive-pst-pdgr., guix-commits, 2023/08/14
- 72/111: gnu: Add texlive-pst-ovl., guix-commits, 2023/08/14
- 87/111: gnu: Add texlive-pst-solarsystem., guix-commits, 2023/08/14
- 91/111: gnu: Add texlive-pst-spinner., guix-commits, 2023/08/14
- 93/111: gnu: Add texlive-pst-support., guix-commits, 2023/08/14
- 83/111: gnu: Add texlive-pst-rubans., guix-commits, 2023/08/14
- 105/111: gnu: Add texlive-pstricks-add., guix-commits, 2023/08/14
- 78/111: gnu: Add texlive-pst-poker., guix-commits, 2023/08/14
- 101/111: gnu: Add texlive-pst-vehicle.,
guix-commits <=
- 80/111: gnu: Add texlive-pst-pulley., guix-commits, 2023/08/14
- 90/111: gnu: Add texlive-pst-spectra., guix-commits, 2023/08/14
- 81/111: gnu: Add texlive-pst-qtree., guix-commits, 2023/08/14
- 85/111: gnu: Add texlive-pst-sigsys., guix-commits, 2023/08/14
- 98/111: gnu: Add texlive-pst-tvz., guix-commits, 2023/08/14
- 103/111: gnu: Add texlive-pst-vowel., guix-commits, 2023/08/14
- 15/111: gnu: Add texlive-pst-antiprism., guix-commits, 2023/08/14
- 11/111: gnu: Add texlive-pst-3d., guix-commits, 2023/08/14
- 08/111: gnu: Add texlive-pedigree-perl., guix-commits, 2023/08/14
- 10/111: gnu: Add texlive-pst-2dplot., guix-commits, 2023/08/14