guix-commits
[Top][All Lists]
Advanced

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

155/243: gnu: Add texlive-apalike-german.


From: guix-commits
Subject: 155/243: gnu: Add texlive-apalike-german.
Date: Fri, 11 Aug 2023 08:46:05 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b5464272f4fac616a6688c2811c5ba2fcf6bc77d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 23:36:48 2023 +0200

    gnu: Add texlive-apalike-german.
    
    * gnu/packages/tex.scm (texlive-apalike-german): 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 bc5d6725cb..2d6d8e5a9f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -36558,6 +36558,25 @@ for citations.  The package follows the 6th edition of 
the APA manual, and is
 designed to work with the @code{apa6} class.")
     (license license:lppl)))
 
+(define-public texlive-apalike-german
+  (package
+    (name "texlive-apalike-german")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/apalike-german/"
+                   "doc/bibtex/apalike-german/")
+             (base32
+              "15mr1s9622bj5vmmlw7cp0afcbrz2h4kq9cp303ijklcslfsx748")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/apalike-german";)
+    (synopsis "Copy of @file{apalike.bst} with German localization")
+    (description
+     "This package provides a copy of @file{apalike.bst}, which is part of the
+base BibTeX distribution, with German localization.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-endfloat
   (package
     (name "texlive-endfloat")



reply via email to

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