guix-commits
[Top][All Lists]
Advanced

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

127/296: gnu: Add texlive-llncs.


From: guix-commits
Subject: 127/296: gnu: Add texlive-llncs.
Date: Thu, 24 Aug 2023 05:20:27 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b1b153569b01ed95c4cabad0503d140a4252acf0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:13:07 2023 +0200

    gnu: Add texlive-llncs.
    
    * gnu/packages/tex.scm (texlive-llncs): 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 e92b7dee11..db4700a6ef 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -19646,6 +19646,29 @@ texts, particularly @code{Missal} and @code{Breviary} 
texts.  The package
 assumes availability of Latin typesetting packages.")
     (license license:lppl)))
 
+(define-public texlive-llncs
+  (package
+    (name "texlive-llncs")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/llncs/" "doc/latex/llncs/"
+                   "tex/latex/llncs/")
+             (base32
+              "0drz45rmjprwy2019nkd6l5kjpqshfajqhg0x6jf5y9w1zbs1qv5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/llncs";)
+    (synopsis
+     "Document class and bibliography style for @acronym{LNCS, Lecture Notes
+in Computer Science}")
+    (description
+     "This is Springer's official macro package for typesetting contributions
+to be published in Springer's @acronym{LNCS, Lecture Notes in Computer
+Science} and its related proceedings series CCIS, LNBIP, LNICST, and IFIP
+AICT.")
+    (license license:cc-by4.0)))
+
 (define-public texlive-lobster2
   (package
     (name "texlive-lobster2")



reply via email to

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