guix-commits
[Top][All Lists]
Advanced

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

187/296: gnu: Add texlive-scrjrnl.


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

ngz pushed a commit to branch master
in repository guix.

commit 89123c73986f46baa5db57be6e8541c292fddf68
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:34:08 2023 +0200

    gnu: Add texlive-scrjrnl.
    
    * gnu/packages/tex.scm (texlive-scrjrnl): 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 73e70c519a..3eb75d355e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -27059,6 +27059,25 @@ numbers, indented lines for poetry sections, narrow 
sections and hanging
 paragraphs.  A reference for the quotation can optionally be added.")
     (license license:lppl1.3c)))
 
+(define-public texlive-scrjrnl
+  (package
+    (name "texlive-scrjrnl")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/scrjrnl/" "source/latex/scrjrnl/"
+                   "tex/latex/scrjrnl/")
+             (base32
+              "10smy8cq2papzv63q5lsharxcn1l1ln97fhrd39wm2jf48967lbn")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/scrjrnl";)
+    (synopsis "Typeset diaries or journals")
+    (description
+     "This package provides a class, based on @code{scrbook}, designed for
+typesetting diaries, journals or devotionals.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-serbian-apostrophe
   (package
     (name "texlive-serbian-apostrophe")



reply via email to

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