guix-commits
[Top][All Lists]
Advanced

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

115/296: gnu: Add texlive-jwjournal.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 11ff28c840..2bf759d743 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18035,6 +18035,26 @@ It (ab)uses BibTeX for citations of judgements and 
official documents.  For
 this purpose, a special BibTeX-style is provided.")
     (license license:gpl3+)))
 
+(define-public texlive-jwjournal
+  (package
+    (name "texlive-jwjournal")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/jwjournal/"
+                   "tex/latex/jwjournal/")
+             (base32
+              "098mh60qf77x12f6mnlpsl80imx97673wx3vxcndfjdmpmr5k9gk")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (propagated-inputs (list texlive-einfart))
+    (home-page "https://ctan.org/pkg/jwjournal";)
+    (synopsis "Personal class for writing journals")
+    (description
+     "This LaTeX document class enables the user to turn simple pure text
+entries into a colorful and nicely formatted journal.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-karnaugh
   (package
     (name "texlive-karnaugh")



reply via email to

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