guix-commits
[Top][All Lists]
Advanced

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

168/296: gnu: Add texlive-pracjourn.


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

ngz pushed a commit to branch master
in repository guix.

commit ec509af03e14e097256aef40c9422f5d6975cf63
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:29:01 2023 +0200

    gnu: Add texlive-pracjourn.
    
    * gnu/packages/tex.scm (texlive-pracjourn): 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 83fee90dc8..c60d1337d4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25243,6 +25243,28 @@ way with @code{\\style=BerlinFU} as a class option.")
 presentation drafting.")
     (license license:lppl1.3+)))
 
+(define-public texlive-pracjourn
+  (package
+    (name "texlive-pracjourn")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/pracjourn/"
+                   "source/latex/pracjourn/"
+                   "tex/latex/pracjourn/")
+             (base32
+              "0pavlcxv7jqni6rl2hdqfmmns566151rvsaa1p5xhgfb6qa4l1b1")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pracjourn";)
+    (synopsis "Typeset articles for PracTeX")
+    (description
+     "The @code{pracjourn} class is used for typesetting articles in the
+@emph{PracTeX Journal}.  It is based on the @code{article} class with
+modifications to allow for more flexible front-matter and revision control,
+among other small changes.")
+    (license license:gpl3+)))
+
 (define-public texlive-prftree
   (package
     (name "texlive-prftree")



reply via email to

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