guix-commits
[Top][All Lists]
Advanced

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

136/296: gnu: Add texlive-mluexercise.


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

ngz pushed a commit to branch master
in repository guix.

commit f9d207a2704f40a38c759905428f619382010deb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:15:40 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 81ba7423d6..a424998955 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -21789,6 +21789,32 @@ accented letters using ordinary Computer Modern (CM) 
fonts.  The system is
 distributed as a TeX change file.")
     (license license:knuth)))
 
+(define-public texlive-mluexercise
+  (package
+    (name "texlive-mluexercise")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/mluexercise/"
+                   "source/latex/mluexercise/"
+                   "tex/latex/mluexercise/")
+             (base32
+              "1zvnz3rm9dq8h00hlbzll5cvw4zlcy8xr8l6cfjg0winfnyznky8")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (arguments (list #:build-targets #~(list "mluexercice.dtx")))
+    (home-page "https://ctan.org/pkg/mluexercise";)
+    (synopsis
+     "Exercises and homework at the Martin Luther University Halle-Wittenberg")
+    (description
+     "This package provides a template class for solving weekly exercises at
+the Institute for Computer Science of Martin Luther University
+Halle-Wittenberg.  The class can be used by all students --- especially first
+semesters --- to typeset their exercises with low effort in beautiful LaTeX.
+A bunch of handy macros are included that are used throughout many lectures
+during the bachelor's degree program.")
+    (license license:expat)))
+
 (define-public texlive-mnsymbol
   (package
     (name "texlive-mnsymbol")



reply via email to

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