guix-commits
[Top][All Lists]
Advanced

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

101/296: gnu: Add texlive-imtekda.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-imtekda.
    
    * gnu/packages/tex.scm (texlive-imtekda): 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 74af434354..e94c675c86 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17342,6 +17342,27 @@ documents for the International Modal Analysis 
Conference.  The bundle
 provides a LaTeX package and a BibTeX style file.")
     (license license:gpl3+)))
 
+(define-public texlive-imtekda
+  (package
+    (name "texlive-imtekda")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/imtekda/" "source/latex/imtekda/"
+                   "tex/latex/imtekda/")
+             (base32
+              "0pbv50c6g024dhyw8mpnnyafp18pvf0cqy7j1fvhrbqwf13bn37x")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/imtekda";)
+    (synopsis "IMTEK thesis class")
+    (description
+     "The class permits typesetting of diploma, bachelor's and master's theses
+for the @acronym{IMTEK, Institute of Microsystem Technology} at the University
+of Freiburg (Germany).  The class is based on the KOMA-Script class
+@code{scrbook}.")
+    (license license:lppl)))
+
 (define-public texlive-isomath
   (package
     (name "texlive-isomath")



reply via email to

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