guix-commits
[Top][All Lists]
Advanced

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

103/296: gnu: Add texlive-iodhbwm.


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

ngz pushed a commit to branch master
in repository guix.

commit dc68cd7a5c5d699e43077f3361cfe377cb7de240
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:50:29 2023 +0200

    gnu: Add texlive-iodhbwm.
    
    * gnu/packages/tex.scm (texlive-iodhbwm): 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 a8cd3aae58..a22224b7df 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17381,6 +17381,26 @@ of Freiburg (Germany).  The class is based on the 
KOMA-Script class
 for mathematics students, ZJGS students, and magazine editors.")
     (license license:gpl3)))
 
+(define-public texlive-iodhbwm
+  (package
+    (name "texlive-iodhbwm")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/iodhbwm/" "tex/latex/iodhbwm/")
+             (base32
+              "10zqg2cyz7vcnsbgqajwlilakjzr23nhn49sqy82555zkqi27gsa")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/iodhbwm";)
+    (synopsis "Unofficial template of the DHBW Mannheim")
+    (description
+     "This package provides an unofficial template of the DHBW Mannheim for
+the creation of bachelor thesis, studies or project work with LaTeX.  The aim
+of the package is the quick creation of a basic framework without much
+effort.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-isomath
   (package
     (name "texlive-isomath")



reply via email to

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