guix-commits
[Top][All Lists]
Advanced

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

71/163: gnu: Add texlive-biblatex-spbasic.


From: guix-commits
Subject: 71/163: gnu: Add texlive-biblatex-spbasic.
Date: Sat, 19 Aug 2023 14:39:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 197f14a488cad72fde1f99d597331e9236510624
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 21:28:35 2023 +0200

    gnu: Add texlive-biblatex-spbasic.
    
    * gnu/packages/tex.scm (texlive-biblatex-spbasic): 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 486f9fc03c..df009a3e52 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4515,6 +4515,26 @@ citation is made in the same way as the LaTeX standard, 
but what's inside the
 square brackets may include the division specification.")
     (license license:lppl1.3+)))
 
+(define-public texlive-biblatex-spbasic
+  (package
+    (name "texlive-biblatex-spbasic")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-spbasic/"
+                   "tex/latex/biblatex-spbasic/")
+             (base32
+              "071d1iqy1scz3wncsfv1backp5b7ly28rn5k0wy67wwz1vxa0d17")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-spbasic";)
+    (synopsis "BibLaTeX style emulating Springer's old @file{spbasic.bst}")
+    (description
+     "This package provides a bibliography and citation style for BibLaTeX and
+Biber for typesetting articles for Springer's journals.  It is the same as the
+old BibTeX style @file{spbasic.bst}.")
+    (license license:lppl)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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