guix-commits
[Top][All Lists]
Advanced

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

128/296: gnu: Add texlive-llncsconf.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-llncsconf.
    
    * gnu/packages/tex.scm (texlive-llncsconf): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index db4700a6ef..e148343233 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -19669,6 +19669,28 @@ Science} and its related proceedings series CCIS, 
LNBIP, LNICST, and IFIP
 AICT.")
     (license license:cc-by4.0)))
 
+(define-public texlive-llncsconf
+  (package
+    (name "texlive-llncsconf")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/llncsconf/"
+                   "tex/latex/llncsconf/")
+             (base32
+              "18z94lh90pzvbzfgxj27n2l12mfbcjd20vga16h8d2bln56lrfpm")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/llncsconf";)
+    (synopsis "LaTeX package extending Springer's @code{llncs} class")
+    (description
+     "The package extends Springer's @code{llncs} class for adding additional
+notes describing the status of the paper (submitted, accepted) as well as for
+creating author-archived versions that include the references to the official
+version hosted by Springer (as requested by the copyright transfer agreement
+for Springer's LNCS series).")
+    (license license:lppl1.3c)))
+
 (define-public texlive-lobster2
   (package
     (name "texlive-lobster2")



reply via email to

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