guix-commits
[Top][All Lists]
Advanced

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

50/163: gnu: Add texlive-biblatex-luh-ipw.


From: guix-commits
Subject: 50/163: gnu: Add texlive-biblatex-luh-ipw.
Date: Sat, 19 Aug 2023 14:39:33 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 957f8590ce9c64a0fdd309af76a38cbc4626a7db
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 21:08:19 2023 +0200

    gnu: Add texlive-biblatex-luh-ipw.
    
    * gnu/packages/tex.scm (texlive-biblatex-luh-ipw): New variable.
---
 gnu/packages/tex.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2675c9b0eb..834bd79028 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4031,6 +4031,29 @@ via BibLaTeX's built-in related mechanism.  It provides 
a new related type
 by the Gesellschaft fur Informatik (GI e.V.).")
     (license license:lppl1.3+)))
 
+(define-public texlive-biblatex-luh-ipw
+  (package
+    (name "texlive-biblatex-luh-ipw")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-luh-ipw/"
+                   "tex/latex/biblatex-luh-ipw/bbx/"
+                   "tex/latex/biblatex-luh-ipw/cbx/"
+                   "tex/latex/biblatex-luh-ipw/lbx/")
+             (base32
+              "18fnq2xjwsp5lq7vywbgzppbijqn4xarqga0g1rpj89g9q0zjs30")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-luh-ipw";)
+    (synopsis "BibLaTeX styles for social sciences")
+    (description
+     "The bundle is a small collection of styles for BibLaTeX.  It was
+designed for citations in the Humanities, following the guidelines of style of
+the institutes for the social sciences of the Leibniz University Hannover/LUH
+(especially the Institute of Political Science).")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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