guix-commits
[Top][All Lists]
Advanced

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

68/163: gnu: Add texlive-biblatex-socialscienceshuberlin.


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

ngz pushed a commit to branch master
in repository guix.

commit a441624d66ecc1b082d11a75115dfba63a39adad
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 21:27:02 2023 +0200

    gnu: Add texlive-biblatex-socialscienceshuberlin.
    
    * gnu/packages/tex.scm (texlive-biblatex-socialscienceshuberlin): 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 16213ffb83..2a9a9ab36c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4454,6 +4454,25 @@ the fields.  This list also includes the claves defined 
with the
 @code{biblatex-claves} package.")
     (license license:lppl1.3+)))
 
+(define-public texlive-biblatex-socialscienceshuberlin
+  (package
+    (name "texlive-biblatex-socialscienceshuberlin")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-socialscienceshuberlin/"
+                   "tex/latex/biblatex-socialscienceshuberlin/")
+             (base32
+              "1klcvjf8vz3bg0q7pmci6hhih52ph0z0hhkbv3iippyy33jhijrc")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-socialscienceshuberlin";)
+    (synopsis "BibLaTeX-style for the social sciences at HU Berlin")
+    (description
+     "This is a BibLaTeX style for the social sciences at the
+Humboldt-Universitat zu Berlin.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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