guix-commits
[Top][All Lists]
Advanced

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

48/163: gnu: Add texlive-biblatex-lncs.


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

ngz pushed a commit to branch master
in repository guix.

commit 663b5d2abbc8938f821872dcf28e67826b4180ba
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 21:07:49 2023 +0200

    gnu: Add texlive-biblatex-lncs.
    
    * gnu/packages/tex.scm (texlive-biblatex-lncs): 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 aef79b1d0d..e987ec7aa1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3993,6 +3993,25 @@ via BibLaTeX's built-in related mechanism.  It provides 
a new related type
 @code{license} and some bibmacros for typesetting these related entries.")
     (license license:lppl1.3c)))
 
+(define-public texlive-biblatex-lncs
+  (package
+    (name "texlive-biblatex-lncs")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-lncs/"
+                   "tex/latex/biblatex-lncs/")
+             (base32
+              "0fxhwvkgk3y2d1w6h2sldgzwbwng97bqqgny2slaajhk9wlbcs3k")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-lncs";)
+    (synopsis "BibLaTeX style for Springer Lecture Notes in Computer Science")
+    (description
+     "This is a BibLaTeX style for Springer Lecture Notes in Computer Science
+(LNCS).  It extends the standard BiBTeX model by an acronym entry.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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