guix-commits
[Top][All Lists]
Advanced

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

146/243: gnu: Add texlive-tdsfrmath.


From: guix-commits
Subject: 146/243: gnu: Add texlive-tdsfrmath.
Date: Fri, 11 Aug 2023 08:46:02 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2af4a94ac45a94e20f44997526a507c54f469363
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 09:24:48 2023 +0200

    gnu: Add texlive-tdsfrmath.
    
    * gnu/packages/tex.scm (texlive-tdsfrmath): 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 35a3c6c135..261aed5720 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7953,6 +7953,27 @@ package requires that shell escape be enabled.")
 variations of functions as they are used in France.")
     (license license:lppl1.3+)))
 
+(define-public texlive-tdsfrmath
+  (package
+    (name "texlive-tdsfrmath")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/tdsfrmath/"
+                   "source/latex/tdsfrmath/"
+                   "tex/latex/tdsfrmath/")
+             (base32
+              "1z1z3jy0mbn6dc75pnfsq9877y8yafvdhv5p8a54dbxxkzdcl3ll")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tdsfrmath";)
+    (synopsis "Macros for French teachers of mathematics")
+    (description
+     "This package provides a collection of macros for French maths teachers
+in colleges and lycées (and perhaps elsewhere).  It is hoped that the package
+will facilitate the everyday use of LaTeX by mathematics teachers.")
+    (license license:lppl)))
+
 (define-public texlive-tensind
   (package
     (name "texlive-tensind")



reply via email to

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