guix-commits
[Top][All Lists]
Advanced

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

66/296: gnu: Add texlive-etsvthor.


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

ngz pushed a commit to branch master
in repository guix.

commit 65377e78d4590de47c381296f5331688fdfe35bb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:38:27 2023 +0200

    gnu: Add texlive-etsvthor.
    
    * gnu/packages/tex.scm (texlive-etsvthor): 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 6b0e36a8b2..90c28f94f5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12919,6 +12919,26 @@ figures, inferior figures, a new capital Sharp 
@samp{S} with small caps
 version, along with macros to activate these features in LaTeX.")
     (license (list license:expat license:lppl1.3+))))
 
+(define-public texlive-etsvthor
+  (package
+    (name "texlive-etsvthor")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/etsvthor/" "tex/latex/etsvthor/")
+             (base32
+              "0lrvxr2lrfq1vkfkx7sjrm8fsxv8aalkpi0x0wmkdizc6n2wlhx4")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/etsvthor";)
+    (synopsis "Some useful abbreviations for members of e.t.s.v. Thor")
+    (description
+     "``e.t.s.v.  Thor'' stands for Elektrotechnische Studievereniging Thor,
+a study association of Electrical Engeering at the Eindhoven University of
+Technology.  This package provides abbreviations useful for creating meeting
+notes or other documents within the association.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-euclideangeometry
   (package
     (name "texlive-euclideangeometry")



reply via email to

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