guix-commits
[Top][All Lists]
Advanced

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

216/296: gnu: Add texlive-thuaslogos.


From: guix-commits
Subject: 216/296: gnu: Add texlive-thuaslogos.
Date: Thu, 24 Aug 2023 05:21:08 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 73126e99c41f26f7b9bbfc94f3fd52fb34bbeb3b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:43:54 2023 +0200

    gnu: Add texlive-thuaslogos.
    
    * gnu/packages/tex.scm (texlive-thuaslogos): 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 7d1ab6a6b7..8edb113880 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -29692,6 +29692,26 @@ aesthetic features.  The standard macro 
@code{\\newtheorem} may be redefined
 to use the environment.")
     (license license:lppl)))
 
+(define-public texlive-thuaslogos
+  (package
+    (name "texlive-thuaslogos")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/thuaslogos/"
+                   "tex/latex/thuaslogos/")
+             (base32
+              "1ndqqc5rgxsdkanycgxi79czx6ri9fsfghh1lwyrx6ssjz2hfd7p")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/thuaslogos";)
+    (synopsis
+     "Logos for @acronym{THUAS, The Hague University of Applied Sciences}")
+    (description
+     "This package contains some logos of @acronym{THUAS, The Hague University
+of Applied Sciences}.  These Logos are available in English and in Dutch.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-tinos
   (package
     (name "texlive-tinos")



reply via email to

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