guix-commits
[Top][All Lists]
Advanced

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

203/296: gnu: Add texlive-sr-vorl.


From: guix-commits
Subject: 203/296: gnu: Add texlive-sr-vorl.
Date: Thu, 24 Aug 2023 05:21:04 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 217dd37daeec00d98ddad9162bced2287008a49e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:40:32 2023 +0200

    gnu: Add texlive-sr-vorl.
    
    * gnu/packages/tex.scm (texlive-sr-vorl): 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 290aa7f5a0..e030da9be9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -28001,6 +28001,28 @@ and subcategories.  It does not depend on BibTeX: any 
bibliography may be
 split and reordered.")
     (license license:lppl)))
 
+(define-public texlive-sr-vorl
+  (package
+    (name "texlive-sr-vorl")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/sr-vorl/" "source/latex/sr-vorl/"
+                   "tex/latex/sr-vorl/")
+             (base32
+              "1izgzwg6a9i93zfxi0qvfrdgza3q8z5b4nhlhgq072glmdqzymf0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/sr-vorl";)
+    (synopsis "Class for Springer books")
+    (description
+     "This package provides a LaTeX class and templates for books to be
+published at Springer Gabler Research, Springer Vieweg Research, Springer
+Spektrum Research, Springer VS Research, or Springer VS Forschung.  It may be
+used to produce monographs in different formats and several-authors-books
+fitting the conditions of the aforementioned publishers.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-srbtiks
   (package
     (name "texlive-srbtiks")



reply via email to

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