guix-commits
[Top][All Lists]
Advanced

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

15/93: gnu: Add texlive-dinat.


From: guix-commits
Subject: 15/93: gnu: Add texlive-dinat.
Date: Thu, 20 Jul 2023 05:21:14 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d7156e3d43b5ed1851cd327ca4be0ded71c60807
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:46:13 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c14e54561d..31302a2a49 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1498,6 +1498,25 @@ ConTeXt and LaTeX.")
      "This package contains parts of CWEB that are no longer useful.")
     (license license:knuth)))
 
+(define-public texlive-dinat
+  (package
+    (name "texlive-dinat")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/dinat/" "doc/bibtex/dinat/")
+             (base32
+              "05ab7aq8h08a8pcl3si2lki569sf201bygf3ra95dpqhs1ijxaag")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/dinat";)
+    (synopsis "Bibliography style for German texts")
+    (description
+     "This package provides bibliography style files intended for texts in
+german.  They draw up bibliographies in accordance with the german DIN 1505,
+parts 2 and 3.")
+    (license license:public-domain)))
+
 (define-public texlive-dosepsbin
   (package
     (name "texlive-dosepsbin")



reply via email to

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