guix-commits
[Top][All Lists]
Advanced

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

131/296: gnu: Add texlive-matc3.


From: guix-commits
Subject: 131/296: gnu: Add texlive-matc3.
Date: Thu, 24 Aug 2023 05:20:28 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 10291c62e633c8e8320d3e7f495a715270a28dad
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:14:11 2023 +0200

    gnu: Add texlive-matc3.
    
    * gnu/packages/tex.scm (texlive-matc3): 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 9e07c5f0df..9fb1335c08 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20734,6 +20734,25 @@ the citation key into the margin.")
 Mathématiques Appliquées et Industrielles (SMAI).")
     (license license:lppl1.3c)))
 
+(define-public texlive-matc3
+  (package
+    (name "texlive-matc3")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/matc3/" "source/latex/matc3/"
+                   "tex/latex/matc3/")
+             (base32
+              "1rmrkdcda87pjl1lvyvzky0vdhghx0j6z1vdi9fdz2122f2drmpm")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/matc3";)
+    (synopsis "Commands for Matematica C3 textbooks")
+    (description
+     "The package provides support for the Matematica C3 project to produce
+mathematical textbooks for use in Italian high schools.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-math-into-latex-4
   (package
     (name "texlive-math-into-latex-4")



reply via email to

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