guix-commits
[Top][All Lists]
Advanced

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

177/243: gnu: Add texlive-schulmathematik.


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

ngz pushed a commit to branch master
in repository guix.

commit 73472c95abe2f665871ae8d7262c7a99fc8a06ef
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:02:00 2023 +0200

    gnu: Add texlive-schulmathematik.
    
    * gnu/packages/tex.scm (texlive-schulmathematik): 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 2132380121..7d1bba1440 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -15645,6 +15645,27 @@ model of psychological experience.  These symbols are 
prepared using TikZ.")
 using TikZ.")
     (license license:lppl)))
 
+(define-public texlive-schulmathematik
+  (package
+    (name "texlive-schulmathematik")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/schulmathematik/"
+                   "tex/latex/schulmathematik/")
+             (base32
+              "1lgsn7my9v2jks553c25wcagaqvxzmzjsijwkilys697c936dv57")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/schulmathematik";)
+    (synopsis
+     "Commands and document classes for German-speaking teachers of
+mathematics and physics")
+    (description
+     "The @code{schulmathematik} bundle provides two LaTeX packages and six
+document classes for German-speaking teachers of mathematics and physics.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-scratch
   (package
     (name "texlive-scratch")



reply via email to

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