guix-commits
[Top][All Lists]
Advanced

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

113/296: gnu: Add texlive-minimalist.


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

ngz pushed a commit to branch master
in repository guix.

commit 3de2c32e34a3acbe65860d703d0dac2670a97619
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:06:13 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8a68ff27f5..6086bc073c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -21114,6 +21114,30 @@ with an easy syntax.  Minus signs are printed as bar 
above the corresponding
 number.")
     (license license:lppl)))
 
+(define-public texlive-minimalist
+  (package
+    (name "texlive-minimalist")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/minimalist/"
+                   "tex/latex/minimalist/")
+             (base32
+              "01j72iqf15jx3larxkmcvsviw1z9wba9vl5g0x6d1ch3jpg32xpg")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (propagated-inputs (list texlive-projlib))
+    (home-page "https://ctan.org/pkg/minimalist";)
+    (synopsis "Write your articles or books in a simple and clear way")
+    (description
+     "This package offers you a LaTeX style file and two classes to typeset
+articles or books in a simple and clear way.  These classes currently have
+native support for English, French, German, Italian, Portuguese (European and
+Brazilian), and Spanish typesetting.  They compile with any major TeX engine.
+You may also wish to consider the packages @code{einfart} and
+@code{simplivre}, which are enhanced versions of the classes provided here.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-mintspirit
   (package
     (name "texlive-mintspirit")



reply via email to

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