guix-commits
[Top][All Lists]
Advanced

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

132/296: gnu: Add texlive-matc3mem.


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

ngz pushed a commit to branch master
in repository guix.

commit 42a5e5346f178c47a97d578b12e99c2ca18b6fc2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:14:21 2023 +0200

    gnu: Add texlive-matc3mem.
    
    * gnu/packages/tex.scm (texlive-matc3mem): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9fb1335c08..f11d0c438e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20753,6 +20753,28 @@ Mathématiques Appliquées et Industrielles (SMAI).")
 mathematical textbooks for use in Italian high schools.")
     (license license:lppl1.3+)))
 
+(define-public texlive-matc3mem
+  (package
+    (name "texlive-matc3mem")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/matc3mem/"
+                   "source/latex/matc3mem/"
+                   "tex/latex/matc3mem/")
+             (base32
+              "10igcyqzddl25gxasa9dxj2j49gqs9vi2g1ay0z6jyd5nfsp8ic0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/matc3mem";)
+    (synopsis "Class for MatematicaC3 textbooks")
+    (description
+     "The class is a development of @code{memoir}, with
+additions (specifically, mathematical extensions) that provide support for
+writing the books 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]