guix-commits
[Top][All Lists]
Advanced

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

139/243: gnu: Add texlive-letgut.


From: guix-commits
Subject: 139/243: gnu: Add texlive-letgut.
Date: Fri, 11 Aug 2023 08:46:00 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2994bd0e5ac93d34ad1a89bc319facf9f00d0c9b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 09:19:28 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 182374983c..77736a39cd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5183,6 +5183,36 @@ and commands.")
 @code{latex2e-help-texinfo}.")
     (license license:public-domain)))
 
+(define-public texlive-letgut
+  (package
+    (name "texlive-letgut")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/lualatex/letgut/"
+                   "source/lualatex/letgut/"
+                   "tex/lualatex/letgut/")
+             (base32
+              "1wk6bibz59jw9vx2syq0hfi2yz69kr3w87839bhnl3svz2x958nn")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/letgut";)
+    (synopsis
+     "Class for the newsletter @code{La Lettre GUTenberg} of the French TeX 
User
+Group GUTenberg")
+    (description
+     "The French TeX User Group GUTenberg has been publishing @emph{The
+GUTenberg Letter}, its irregular newsletter, since February 1993.  For this
+purpose, a dedicated, in-house (La)TeX class was gradually created but,
+depending on new needs and on the people who were publishing the Newsletter,
+its development was somewhat erratic; in particular, it would not have been
+possible to publish its code as it was.  In addition, its documentation was
+non-existent.  The Board of Directors of the association, elected in November
+2020, wished to provide a better structured, more perennial and documented
+class, able to be published on the CTAN.  This is now done with the present
+@code{letgut} class.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-letterswitharrows
   (package
     (name "texlive-letterswitharrows")



reply via email to

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