guix-commits
[Top][All Lists]
Advanced

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

122/296: gnu: Add texlive-ku-template.


From: guix-commits
Subject: 122/296: gnu: Add texlive-ku-template.
Date: Thu, 24 Aug 2023 05:20:25 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0258ddf18326e14d70e733273d8bbe6f42aac0e0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:10:43 2023 +0200

    gnu: Add texlive-ku-template.
    
    * gnu/packages/tex.scm (texlive-ku-template): 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 7e85992f83..0124711f56 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18505,6 +18505,26 @@ packages in order to provide a document layout that 
should be compatible with
 the requirements by KSP.")
     (license license:lppl1.3+)))
 
+(define-public texlive-ku-template
+  (package
+    (name "texlive-ku-template")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ku-template/"
+                   "tex/latex/ku-template/")
+             (base32
+              "1aa3rday97l1b7vca6sq1jwj81bqx6j7d0ijz0jr4vp3r27pxgs9")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ku-template";)
+    (synopsis "Copenhagen University or faculty logo for front page")
+    (description
+     "This package provides a comprehensive package for adding University of
+Copenhagen or faculty logo to your front page.  For use by student or staff at
+University of Copenhagen (Kobenhavns Universitet).")
+    (license license:expat)))
+
 (define-public texlive-kvmap
   (package
     (name "texlive-kvmap")



reply via email to

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