guix-commits
[Top][All Lists]
Advanced

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

134/296: gnu: Add texlive-mentis.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a2d9e526cc..ade27f3bdb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -21308,6 +21308,26 @@ that represent the memory of a computer program during 
its execution.")
 processor).")
     (license license:bsd-3)))
 
+(define-public texlive-mentis
+  (package
+    (name "texlive-mentis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/mentis/" "source/latex/mentis/"
+                   "tex/latex/mentis/")
+             (base32
+              "0js6gp93jzj6kzvwqycilp42zbwslxk6z77g2198gip2i4m1li0i")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/mentis";)
+    (synopsis "Basis for books to be published by Mentis publishers")
+    (description
+     "This LaTeX class loads @code{scrbook} and provides changes necessary for
+publishing at Mentis publishers in Paderborn, Germany.  It is not an official
+Mentis class, but developed in close co-operation with Mentis.")
+    (license license:lppl)))
+
 (define-public texlive-merriweather
   (package
     (name "texlive-merriweather")



reply via email to

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