guix-patches
[Top][All Lists]
Advanced

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

[bug#64225] [PATCH 5/9] gnu: Add texlive-dtk.


From: reza
Subject: [bug#64225] [PATCH 5/9] gnu: Add texlive-dtk.
Date: Thu, 22 Jun 2023 11:55:50 +0000

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 37244ca76b..83ec2f1de3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6222,6 +6222,20 @@ (define-public texlive-latex-g-brief
 \"old\" and a \"new\" version of g-brief.")
     (license license:lppl)))
 
+(define-public texlive-dtk
+  (package
+    (inherit (simple-texlive-package
+              "texlive-dtk"
+              (list "doc/latex/dtk/"
+                   "tex/latex/dtk/")
+              (base32
+               "1yibr5jfn67780wpks6cvy8phq6fqgji2ay60nvykj3hizjc0nci")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/dtk";)
+    (synopsis "Document class for the journal of DANTE")
+    (description "The bundle provides a class and style file for typesetting 
“Die TEXnische Komödie” — the communications of the German TEX Users Group 
DANTE e.V. The arrangement means that the class may be used by article writers 
to typeset a single article, as well as to produce the complete journal.")
+    (license license:public-domain)))
+
 (define-public texlive-latex-galois
   (package
     (name "texlive-latex-galois")
-- 
2.40.1







reply via email to

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