guix-commits
[Top][All Lists]
Advanced

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

142/296: gnu: Add texlive-muling.


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

ngz pushed a commit to branch master
in repository guix.

commit 09aaabd0d5ddb095cd5a013d8589b87150468f15
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:17:44 2023 +0200

    gnu: Add texlive-muling.
    
    * gnu/packages/tex.scm (texlive-muling): 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 b8b10d7486..2d2a5c018a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -21987,6 +21987,27 @@ requirements")
 with Marquette University Graduate School requirements.")
     (license license:lppl1.3+)))
 
+(define-public texlive-muling
+  (package
+    (name "texlive-muling")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/muling/" "source/latex/muling/"
+                   "tex/latex/muling/")
+             (base32
+              "0i4yvi1b12x8k2i2hi284b4zxwpxrzkfyqvw45m5f27qsr33h61x")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/muling";)
+    (synopsis
+     "MA thesis class for the Department of Linguistics, University of
+Mumbai")
+    (description
+     "This is a class file for writing MA thesis as required by the
+Department of Linguistics at the University of Mumbai.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-multibib
   (package
     (name "texlive-multibib")



reply via email to

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