guix-commits
[Top][All Lists]
Advanced

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

159/243: gnu: Add texlive-dtk-bibliography.


From: guix-commits
Subject: 159/243: gnu: Add texlive-dtk-bibliography.
Date: Fri, 11 Aug 2023 08:46:06 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f49962b3e28149374746bfd39e2715dd93e0d18e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 23:41:46 2023 +0200

    gnu: Add texlive-dtk-bibliography.
    
    * gnu/packages/tex.scm (texlive-dtk-bibliography): 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 914f0f7822..ea3accabca 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31399,6 +31399,26 @@ well as the optional active quotes are freely 
configurable.")
 for which the use of thin space is recommended.")
     (license license:lppl1.3+)))
 
+(define-public texlive-dtk-bibliography
+  (package
+    (name "texlive-dtk-bibliography")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bib/dtk-bibliography/"
+                   "doc/bibtex/dtk-bibliography/"
+                   "tex/latex/dtk-bibliography/")
+             (base32
+              "1mrlm2yrzrafq2xhk6mc70wc55ngrxylhxrl3qmgz0yxag5yspn8")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/dtk-bibliography";)
+    (synopsis "Bibliography of @emph{Die TeXnische Komodie}")
+    (description
+     "This package contains the bibliography for @emph{Die TeXnische Komodie},
+the journal of the German-speaking TeX User Group.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-logreq
   (package
     (name "texlive-logreq")



reply via email to

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