guix-commits
[Top][All Lists]
Advanced

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

49/163: gnu: Add texlive-biblatex-lni.


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

ngz pushed a commit to branch master
in repository guix.

commit 96c55c175626d9ef39c69315242eceddcc6c1195
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 21:08:00 2023 +0200

    gnu: Add texlive-biblatex-lni.
    
    * gnu/packages/tex.scm (texlive-biblatex-lni): 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 e987ec7aa1..2675c9b0eb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4012,6 +4012,25 @@ via BibLaTeX's built-in related mechanism.  It provides 
a new related type
 (LNCS).  It extends the standard BiBTeX model by an acronym entry.")
     (license license:lppl1.3c)))
 
+(define-public texlive-biblatex-lni
+  (package
+    (name "texlive-biblatex-lni")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-lni/"
+                   "tex/latex/biblatex-lni/")
+             (base32
+              "1532swanj6p4pq7a4gqkmqjsdby20ls04ghkvdjg4066z1mizjp4")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-lni";)
+    (synopsis "LNI style for BibLaTeX")
+    (description
+     "BibLaTeX style for the Lecture Notes in Informatics, which is published
+by the Gesellschaft fur Informatik (GI e.V.).")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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