[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
106/111: gnu: Add texlive-pstricks-calcnotes.
From: |
guix-commits |
Subject: |
106/111: gnu: Add texlive-pstricks-calcnotes. |
Date: |
Mon, 14 Aug 2023 05:04:51 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8ff55c56164c9ee0d38ada2511c48d7f35674684
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:39:07 2023 +0200
gnu: Add texlive-pstricks-calcnotes.
* gnu/packages/tex.scm (texlive-pstricks-calcnotes): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fd5411b96e..075c2a04aa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34439,6 +34439,25 @@ plots; plotting tangent lines of curves or functions;
solving and printing
differential equations; box plots; matrix plots; and pie charts.")
(license license:lppl)))
+(define-public texlive-pstricks-calcnotes
+ (package
+ (name "texlive-pstricks-calcnotes")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pstricks_calcnotes/")
+ (base32
+ "00vgcdf73p4143dfjcvs4b5v4phvisv76ink3iiijl6s6f9zbmy3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pstricks-calcnotes")
+ (synopsis "Use of PSTricks in calculus lecture notes")
+ (description
+ "The bundle shows the construction of PSTricks macros to draw Riemann
+sums of an integral and to draw the vector field of an ordinary differential
+equation. The results are illustrated in a fragment of lecture notes.")
+ (license license:lppl)))
+
(define-public texlive-marginnote
(package
(name "texlive-marginnote")
- 55/111: gnu: Add texlive-pst-knot., (continued)
- 55/111: gnu: Add texlive-pst-knot., guix-commits, 2023/08/14
- 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 <=
- 107/111: gnu: Add texlive-uml., guix-commits, 2023/08/14
- 108/111: gnu: Add texlive-vaucanson-g., guix-commits, 2023/08/14