[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
83/245: gnu: Add texlive-euclideangeometry.
From: |
guix-commits |
Subject: |
83/245: gnu: Add texlive-euclideangeometry. |
Date: |
Sun, 30 Jul 2023 13:46:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 83c9655a1b523704887c53abcb778be294c27912
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:54:56 2023 +0200
gnu: Add texlive-euclideangeometry.
* gnu/packages/tex.scm (texlive-euclideangeometry): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3821a0e6d9..cb7aae67c8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3494,6 +3494,30 @@ standard @code{amsmath} numbered equation environments
to throw a warning
whenever this occurs.")
(license license:lppl1.3+)))
+(define-public texlive-euclideangeometry
+ (package
+ (name "texlive-euclideangeometry")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/euclideangeometry/"
+ "source/latex/euclideangeometry/"
+ "tex/latex/euclideangeometry/")
+ (base32
+ "02qpa8xvbpk253k3hr3rb49zdyfyj6m1i0bcc3cr9f9mnjxxhb3c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/euclideangeometry")
+ (synopsis "Draw geometrical constructions")
+ (description
+ "This package provides tools to draw most of the geometrical
+constructions that a high school instructor or bachelor degree professor might
+need to teach geometry. The connection to Euclide depends on the fact that in
+his times calculations were made with ruler, compass and also with
+ellipsograph. This package extends the functionalities of the @code{curve2e}
+package.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 45/245: gnu: Add texlive-chemsec., (continued)
- 45/245: gnu: Add texlive-chemsec., guix-commits, 2023/07/30
- 47/245: gnu: Add texlive-clrscode., guix-commits, 2023/07/30
- 52/245: gnu: Add texlive-complexity., guix-commits, 2023/07/30
- 49/245: gnu: Add texlive-codeanatomy., guix-commits, 2023/07/30
- 58/245: gnu: Add texlive-cryptocode., guix-commits, 2023/07/30
- 61/245: gnu: Add texlive-decision-table., guix-commits, 2023/07/30
- 54/245: gnu: Add texlive-concmath., guix-commits, 2023/07/30
- 60/245: gnu: Add texlive-cvss., guix-commits, 2023/07/30
- 68/245: gnu: Add texlive-dijkstra., guix-commits, 2023/07/30
- 77/245: gnu: Add texlive-engtlc., guix-commits, 2023/07/30
- 83/245: gnu: Add texlive-euclideangeometry.,
guix-commits <=
- 85/245: gnu: Add texlive-extpfeil., guix-commits, 2023/07/30
- 86/245: gnu: Add texlive-faktor., guix-commits, 2023/07/30
- 87/245: gnu: Add texlive-fascicules., guix-commits, 2023/07/30
- 88/245: gnu: Add texlive-fixdif., guix-commits, 2023/07/30
- 91/245: gnu: Add texlive-formal-grammar., guix-commits, 2023/07/30
- 94/245: gnu: Add texlive-gastex., guix-commits, 2023/07/30
- 101/245: gnu: Add texlive-helmholtz-ellis-ji-notation., guix-commits, 2023/07/30
- 92/245: gnu: Add texlive-fouridx., guix-commits, 2023/07/30
- 93/245: gnu: Add texlive-functan., guix-commits, 2023/07/30
- 98/245: gnu: Add texlive-gotoh., guix-commits, 2023/07/30