guix-commits
[Top][All Lists]
Advanced

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

112/296: gnu: Add texlive-projlib.


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

ngz pushed a commit to branch master
in repository guix.

commit cc4f1a381dce5618ff9058d9913fdd3bd9dd903a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:05:25 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2ffaf71e5a..8a68ff27f5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -24163,6 +24163,29 @@ drawings (using TikZ) for laboratory stuff.")
 for 15-18 years olds.")
     (license license:lppl1.3c)))
 
+(define-public texlive-projlib
+  (package
+    (name "texlive-projlib")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/projlib/" "source/latex/projlib/"
+                   "tex/latex/projlib/")
+             (base32
+              "1yhn0xj4xwnr7ngmv8skdj89gi8i71v710d899g9pnjgfkk7w35d")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (propagated-inputs (list texlive-create-theorem))
+    (home-page "https://ctan.org/pkg/projlib";)
+    (synopsis "Tools to simplify your workflow")
+    (description
+     "ProjLib is a collection of tools to help you write LaTeX documents.
+With the main package ProjLib loaded, you no longer need to set up the
+@code{theorem}-like environments, nor to manually configure the appropriate
+multilingual settings.  In addition, a series of auxiliary functionalities are
+introduced.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-proof-at-the-end
   (package
     (name "texlive-proof-at-the-end")



reply via email to

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