guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

84/93: gnu: Add texlive-trigonometry.


From: guix-commits
Subject: 84/93: gnu: Add texlive-trigonometry.
Date: Thu, 20 Jul 2023 05:21:46 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b3d4aea7fa850fb375bd54797ee028fa705450ee
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:08:45 2023 +0200

    gnu: Add texlive-trigonometry.
    
    * gnu/packages/tex.scm (texlive-trigonometry): 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 5b6b216862..ffcf909973 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3924,6 +3924,26 @@ used directly.  For details see the manual.")
      "This package provides macros to draw trees, within TeX or LaTeX.")
     (license license:public-domain)))
 
+(define-public texlive-trigonometry
+  (package
+    (name "texlive-trigonometry")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/trigonometry/"
+                   "tex/generic/trigonometry/")
+             (base32
+              "165n813kj0znfrnqkqv0gja3nyr2lznnhbmsay6l8a5nj59h7cxl")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/trigonometry";)
+    (synopsis "Demonstration code for cos and sin in TeX macros")
+    (description
+     "This package provides a document that both provides macros that are
+usable elsewhere, and demonstrates the macros.  The code uses the classical
+analytical expansion of sin and cos.")
+    (license license:knuth)))
+
 (define-public texlive-lcdftypetools
   (package
     (name "texlive-lcdftypetools")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]