guix-commits
[Top][All Lists]
Advanced

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

164/243: gnu: Add texlive-germbib.


From: guix-commits
Subject: 164/243: gnu: Add texlive-germbib.
Date: Fri, 11 Aug 2023 08:46:07 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2dea2e8956965f82cfc73bb9be188fd891f37cc7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 23:55:59 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f4d59bb1d4..5ba17adcbc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31496,6 +31496,28 @@ generation based on the @code{fifinddo} package.")
 Rechtschreibung).")
     (license license:lppl)))
 
+(define-public texlive-germbib
+  (package
+    (name "texlive-germbib")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/germbib/" "doc/bibtex/germbib/"
+                   "tex/latex/germbib/")
+             (base32
+              "1mc95h4ndzbg2q30vsq2rx9v0a8f0q0vhmjiz709lllkmj6n402p")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/germbib";)
+    (synopsis "German variants of standard BibTeX styles")
+    (description
+     "This package provides a development of the (old) @file{german.sty}, this
+bundle provides German packages, BibTeX styles and documentary examples, for
+writing documents with bibliographies.  The author has since developed the
+@code{babelbib} bundle, which (he asserts) supersedes @code{germbib}.")
+    ;; The license is a variation of Knuth's.
+    (license (license:fsf-free "file://doc/bibtex/germbib/apalike.tex"))))
+
 (define-public texlive-logreq
   (package
     (name "texlive-logreq")



reply via email to

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